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:
parent
52c0fb359f
commit
d49d203279
@ -861,7 +861,7 @@ int reg_parse_fd(int fd, const struct reg_parse_callback* cb, const char* opts)
|
|||||||
goto done;
|
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));
|
opt.file_enc, opt.str_enc));
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user