diff options
author | Michael Adam <obnox@samba.org> | 2007-08-23 14:32:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:30:12 -0500 |
commit | 85d0c15da47ac920b291b8bbfe36e7c12922c5c0 (patch) | |
tree | ae92987670738628e9bf6305b07f398b9e95263e /source3 | |
parent | 7a30cb15da15532cea02bab0cdf927a13d785607 (diff) | |
download | samba-85d0c15da47ac920b291b8bbfe36e7c12922c5c0.tar.gz samba-85d0c15da47ac920b291b8bbfe36e7c12922c5c0.tar.xz samba-85d0c15da47ac920b291b8bbfe36e7c12922c5c0.zip |
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 c0022ff9278a06b92a550cf0d6a8e75af31a673c)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index adcf3522ee1..45d2f879137 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -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; |