r24636: Raise one debug level, since the callers (that want to do so)
authorMichael Adam <obnox@samba.org>
Thu, 23 Aug 2007 14:32:00 +0000 (14:32 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:30:12 +0000 (12:30 -0500)
issue a level 0 debug message.

Michael

source/param/loadparm.c

index adcf3522ee1e3b8c498773c58adbd2c4912a79fc..45d2f879137f22582fb9a63d11c2371e4155d85e 100644 (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;