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 commit is contained in:
parent
e9178af01d
commit
c0022ff927
@ -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