mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
r24636: Raise one debug level, since the callers (that want to do so)
issue a level 0 debug message.
Michael
(This used to be commit c0022ff927
)
This commit is contained in:
parent
7a30cb15da
commit
85d0c15da4
@ -3100,7 +3100,7 @@ static BOOL set_boolean(BOOL *pb, const char *pszParmValue)
|
||||
strwicmp(pszParmValue, "0") == 0)
|
||||
value = False;
|
||||
else {
|
||||
DEBUG(0,
|
||||
DEBUG(2,
|
||||
("ERROR: Badly formed boolean in configuration file: \"%s\".\n",
|
||||
pszParmValue));
|
||||
bRetval = False;
|
||||
|
Loading…
Reference in New Issue
Block a user