1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

s3:registry correct a debug level

this is not a level 0 message, move it to 10
This commit is contained in:
Christian Ambach 2010-12-09 11:25:17 +01:00 committed by Michael Adam
parent 52c0fb359f
commit d49d203279

View 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));