s4-loadparm: be a bit less verbose about smb.conf processing
authorAndrew Tridgell <tridge@samba.org>
Fri, 1 Apr 2011 04:57:22 +0000 (15:57 +1100)
committerAndrew Tridgell <tridge@samba.org>
Mon, 4 Apr 2011 00:30:30 +0000 (10:30 +1000)
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

source4/param/loadparm.c

index 93158f2c45ae0d37dc37ec5ff30cdc96e16d385b..95460c623568816ac5413a9a66896de0d8d89f93 100644 (file)
@@ -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))