summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-04-23 11:12:25 +0200
committerVolker Lendecke <vl@samba.org>2008-04-23 11:12:25 +0200
commit82e36e083dd17a894e37645d03ba81fa1706ead3 (patch)
treec65f817ea42969266af9d087758708ce2cfc8a56 /source3/lib
parent0ff2168bb6b83f957441a1190e717a04adf73cf6 (diff)
downloadsamba-82e36e083dd17a894e37645d03ba81fa1706ead3.tar.gz
samba-82e36e083dd17a894e37645d03ba81fa1706ead3.tar.bz2
samba-82e36e083dd17a894e37645d03ba81fa1706ead3.zip
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 used to be commit 727127f1dcd49b31b5a48cc3f9314aa2380d60e1)
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/smbconf/smbconf_reg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/smbconf/smbconf_reg.c b/source3/lib/smbconf/smbconf_reg.c
index b6d6d70621..dfce7502c5 100644
--- a/source3/lib/smbconf/smbconf_reg.c
+++ b/source3/lib/smbconf/smbconf_reg.c
@@ -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)));
}