s3:registry correct a debug level
authorChristian Ambach <christian.ambach@de.ibm.com>
Thu, 9 Dec 2010 10:25:17 +0000 (11:25 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 21 Jan 2011 09:10:03 +0000 (10:10 +0100)
this is not a level 0 message, move it to 10

source3/registry/reg_parse.c

index 98704ec3856b5b6b2d0606b843e0718291184967..b76bcfe2a7189416b647d1e6e381142183f0640c 100644 (file)
@@ -861,7 +861,7 @@ int reg_parse_fd(int fd, const struct reg_parse_callback* cb, const char* opts)
                goto done;
        }
 
-       DEBUG(0, ("reg_parse_fd: encoding file: %s str: %s\n",
+       DEBUG(10, ("reg_parse_fd: encoding file: %s str: %s\n",
                  opt.file_enc, opt.str_enc));