1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00

Increase level of debug msg when a regkey is not found

This is a pretty normal situation if you have "include=registry" set but no
configuration options have been set there yet.
This commit is contained in:
Volker Lendecke 2008-04-23 11:12:25 +02:00
parent dee57ad025
commit 727127f1dc

View File

@ -110,7 +110,7 @@ static WERROR smbconf_reg_open_path(TALLOC_CTX *mem_ctx,
key);
if (!W_ERROR_IS_OK(werr)) {
DEBUG(1, ("Error opening registry path '%s': %s\n",
DEBUG(5, ("Error opening registry path '%s': %s\n",
path, dos_errstr(werr)));
}