]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
loadparm: move log message to a higher log level
authorBjoern Jacke <bjacke@samba.org>
Mon, 10 Mar 2025 10:53:38 +0000 (10:53 +0000)
committerVolker Lendecke <vl@samba.org>
Thu, 27 Mar 2025 13:13:31 +0000 (13:13 +0000)
Signed-off-by: Bjoern Jacke <bjacke@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Anoop C S <anoopcs@samba.org>
source3/param/loadparm.c

index 9e528e395f13dce07dc262d7ec45ffa22019f5aa..2bcd149c293a63265feb180b9f7d34f36c80b523 100644 (file)
@@ -2948,7 +2948,7 @@ bool lp_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));
+               DBG_INFO("Processing section \"[%s]\"\n", pszSectionName);
 
                iServiceIndex = add_a_service(&sDefault, pszSectionName);
                if (iServiceIndex < 0) {