[SCM] Samba Shared Repository - branch v3-6-test updated

Karolin Seeger kseeger at samba.org
Tue Oct 29 04:25:28 MDT 2013


The branch, v3-6-test has been updated
       via  906db4f Fix bug #10118 - Samba is chatty about being unable to open a printer.
      from  3dfbea7 nsswitch: Fix short writes in winbind_write_sock

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


- Log -----------------------------------------------------------------
commit 906db4fe8e6de2de67afa4655603e67d887c370b
Author: Korobkin <korobkin+samba at gmail.com>
Date:   Tue Oct 29 11:25:12 2013 +0100

    Fix bug #10118 - Samba is chatty about being unable to open a printer.

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

Summary of changes:
 source3/rpc_server/spoolss/srv_spoolss_nt.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/rpc_server/spoolss/srv_spoolss_nt.c b/source3/rpc_server/spoolss/srv_spoolss_nt.c
index 0f74a44..2f1f7c4 100644
--- a/source3/rpc_server/spoolss/srv_spoolss_nt.c
+++ b/source3/rpc_server/spoolss/srv_spoolss_nt.c
@@ -1744,7 +1744,7 @@ WERROR _spoolss_OpenPrinterEx(struct pipes_struct *p,
 
 	result = open_printer_hnd(p, r->out.handle, r->in.printername, 0);
 	if (!W_ERROR_IS_OK(result)) {
-		DEBUG(0,("_spoolss_OpenPrinterEx: Cannot open a printer handle "
+		DEBUG(3,("_spoolss_OpenPrinterEx: Cannot open a printer handle "
 			"for printer %s\n", r->in.printername));
 		ZERO_STRUCTP(r->out.handle);
 		return result;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list