Increase level of debug msg when a regkey is not found
authorVolker Lendecke <vl@samba.org>
Wed, 23 Apr 2008 09:12:25 +0000 (11:12 +0200)
committerVolker Lendecke <vl@samba.org>
Wed, 23 Apr 2008 09:12:25 +0000 (11:12 +0200)
This is a pretty normal situation if you have "include=registry" set but no
configuration options have been set there yet.
(This used to be commit 727127f1dcd49b31b5a48cc3f9314aa2380d60e1)

source3/lib/smbconf/smbconf_reg.c

index b6d6d706217af4327dc37af21d0e7da07c76c4a0..dfce7502c58c1eac6fdca406ad69fa40a1041b51 100644 (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)));
        }