From 822e7e59678fe445e21152a4777fa9585cd376fe Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 1 Apr 2011 15:57:22 +1100 Subject: s4-loadparm: be a bit less verbose about smb.conf processing Pair-Programmed-With: Andrew Bartlett --- source4/param/loadparm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4') diff --git a/source4/param/loadparm.c b/source4/param/loadparm.c index 93158f2c45..95460c6235 100644 --- a/source4/param/loadparm.c +++ b/source4/param/loadparm.c @@ -2047,7 +2047,7 @@ static bool do_section(const char *pszSectionName, void *userdata) /* check for multiple global sections */ if (lp_ctx->bInGlobalSection) { - DEBUG(3, ("Processing section \"[%s]\"\n", pszSectionName)); + DEBUG(4, ("Processing section \"[%s]\"\n", pszSectionName)); return true; } @@ -2061,7 +2061,7 @@ static bool do_section(const char *pszSectionName, void *userdata) if (bRetval) { /* We put this here to avoid an odd message order if messages are */ /* issued by the post-processing of a previous section. */ - DEBUG(2, ("Processing section \"[%s]\"\n", pszSectionName)); + DEBUG(4, ("Processing section \"[%s]\"\n", pszSectionName)); if ((lp_ctx->currentService = lpcfg_add_service(lp_ctx, lp_ctx->sDefault, pszSectionName)) -- cgit