The branch, v3-2-test has been updated
       via  727127f1dcd49b31b5a48cc3f9314aa2380d60e1 (commit)
      from  dee57ad025e7ad9971e44ea30b6aab3806c06fc6 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 727127f1dcd49b31b5a48cc3f9314aa2380d60e1
Author: Volker Lendecke <[EMAIL PROTECTED]>
Date:   Wed Apr 23 11:12:25 2008 +0200

    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.

-----------------------------------------------------------------------

Summary of changes:
 source/lib/smbconf/smbconf_reg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/smbconf/smbconf_reg.c b/source/lib/smbconf/smbconf_reg.c
index b6d6d70..dfce750 100644
--- a/source/lib/smbconf/smbconf_reg.c
+++ b/source/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)));
        }
 


-- 
Samba Shared Repository

Reply via email to