The branch, master has been updated
       via  d52d7ef s3-printing: Increase debug level for info that the db is 
empty.
      from  bc77745 s3:smb2_server: fix usage of invalid memory in 
smb2_signing_check_pdu()

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit d52d7efba31e3f1e63ed365900aba0a8cb960930
Author: Andreas Schneider <a...@samba.org>
Date:   Thu Sep 20 10:20:31 2012 +0200

    s3-printing: Increase debug level for info that the db is empty.
    
    Autobuild-User(master): Andreas Schneider <a...@cryptomilk.org>
    Autobuild-Date(master): Thu Sep 20 12:01:48 CEST 2012 on sn-devel-104

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

Summary of changes:
 source3/printing/printer_list.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/printing/printer_list.c b/source3/printing/printer_list.c
index 7079ddc..0afb84b 100644
--- a/source3/printing/printer_list.c
+++ b/source3/printing/printer_list.c
@@ -92,7 +92,8 @@ NTSTATUS printer_list_get_printer(TALLOC_CTX *mem_ctx,
 
        status = dbwrap_fetch_bystring_upper(db, key, key, &data);
        if (!NT_STATUS_IS_OK(status)) {
-               DEBUG(1, ("Failed to fetch record!\n"));
+               DEBUG(6, ("Failed to fetch record! "
+                         "The printer database is empty?\n"));
                goto done;
        }
 


-- 
Samba Shared Repository

Reply via email to