1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

made bad boolean values stand out a little better

(This used to be commit 270f4b0f84167e378b4615af8aedb85970320b1d)
This commit is contained in:
Andrew Tridgell 1998-09-28 12:52:51 +00:00
parent 5bae71ce87
commit a97a4b8b99

View File

@ -1555,7 +1555,7 @@ static BOOL set_boolean(BOOL *pb, char *pszParmValue)
*pb = False;
else
{
DEBUG(0,( "Badly formed boolean in configuration file: \"%s\".\n",
DEBUG(0,("ERROR: Badly formed boolean in configuration file: \"%s\".\n",
pszParmValue));
bRetval = False;
}