1
0
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:
Michael Adam 2007-08-23 14:32:00 +00:00 committed by Gerald (Jerry) Carter
parent e9178af01d
commit c0022ff927

View File

@ -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;