svn commit: samba r3523 - in branches/SAMBA_4_0/source/smbd: .

tridge at samba.org tridge at samba.org
Thu Nov 4 07:37:39 GMT 2004


Author: tridge
Date: 2004-11-04 07:37:39 +0000 (Thu, 04 Nov 2004)
New Revision: 3523

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=3523

Log:
removed a useless level 0 DEBUG()


Modified:
   branches/SAMBA_4_0/source/smbd/process_single.c


Changeset:
Modified: branches/SAMBA_4_0/source/smbd/process_single.c
===================================================================
--- branches/SAMBA_4_0/source/smbd/process_single.c	2004-11-04 07:36:53 UTC (rev 3522)
+++ branches/SAMBA_4_0/source/smbd/process_single.c	2004-11-04 07:37:39 UTC (rev 3523)
@@ -56,7 +56,7 @@
 
 	conn = server_setup_connection(ev, server_socket, sock, t, socket_get_fd(sock));
 	if (!conn) {
-		DEBUG(0,("server_setup_connection failed\n"));
+		DEBUG(10,("server_setup_connection failed\n"));
 		return;
 	}
 



More information about the samba-cvs mailing list