s3:registry correct a debug level
authorChristian Ambach <christian.ambach@de.ibm.com>
Thu, 9 Dec 2010 10:25:17 +0000 (11:25 +0100)
committerVolker Lendecke <vl@samba.org>
Thu, 9 Dec 2010 14:33:26 +0000 (15:33 +0100)
this is not a level 0 message, move it to 10

source3/registry/reg_parse.c

index 388eecdce8151cca8b54bc76f50571ba00ea5ab5..339636f5bc09d4fe7923b9674cbc5937acaaaa48 100644 (file)
@@ -860,7 +860,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));