diff options
-rw-r--r-- | source4/param/loadparm.c | 4 |
1 files changed, 2 insertions, 2 deletions
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)) |