loadparm: drop debug level in map_parameter from 0 to 1
authorMichael Adam <obnox@samba.org>
Tue, 8 Apr 2008 23:28:43 +0000 (01:28 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 9 Apr 2008 23:29:02 +0000 (01:29 +0200)
we don't want to see this all the times in tests.

Michael

source/param/loadparm.c

index 8b6e431270d4d2f2faf8f5601f3bfbed41ddc455..ccc24b8837cb79e4661752554d759d95e8a24daf 100644 (file)
@@ -6064,7 +6064,7 @@ static int map_parameter(const char *pszParmName)
 
        /* Warn only if it isn't parametric option */
        if (strchr(pszParmName, ':') == NULL)
-               DEBUG(0, ("Unknown parameter encountered: \"%s\"\n", pszParmName));
+               DEBUG(1, ("Unknown parameter encountered: \"%s\"\n", pszParmName));
        /* We do return 'fail' for parametric options as well because they are
           stored in different storage
         */