svn commit: samba r14647 - in branches/SAMBA_4_0/source: lib smb_server/smb

metze at samba.org metze at samba.org
Wed Mar 22 15:02:22 GMT 2006


Author: metze
Date: 2006-03-22 15:02:21 +0000 (Wed, 22 Mar 2006)
New Revision: 14647

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

Log:
be a bit less verbose on common stuff

metze
Modified:
   branches/SAMBA_4_0/source/lib/gendb.c
   branches/SAMBA_4_0/source/smb_server/smb/receive.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/gendb.c
===================================================================
--- branches/SAMBA_4_0/source/lib/gendb.c	2006-03-22 15:00:42 UTC (rev 14646)
+++ branches/SAMBA_4_0/source/lib/gendb.c	2006-03-22 15:02:21 UTC (rev 14647)
@@ -57,7 +57,7 @@
 	if (ret == LDB_SUCCESS) {
 		talloc_steal(mem_ctx, res->msgs);
 
-		DEBUG(4,("gendb_search_v: %s %s -> %d\n", 
+		DEBUG(6,("gendb_search_v: %s %s -> %d\n", 
 			 basedn?ldb_dn_linearize(mem_ctx,basedn):"NULL",
 			 expr?expr:"NULL", res->count));
 

Modified: branches/SAMBA_4_0/source/smb_server/smb/receive.c
===================================================================
--- branches/SAMBA_4_0/source/smb_server/smb/receive.c	2006-03-22 15:00:42 UTC (rev 14646)
+++ branches/SAMBA_4_0/source/smb_server/smb/receive.c	2006-03-22 15:02:21 UTC (rev 14647)
@@ -488,7 +488,7 @@
 		}
 	}
 
-	DEBUG(3,("switch message %s (task_id %d)\n",smb_fn_name(type), req->smb_conn->connection->server_id));
+	DEBUG(5,("switch message %s (task_id %d)\n",smb_fn_name(type), req->smb_conn->connection->server_id));
 
 	/* this must be called before we do any reply */
 	if (flags & SIGNING_NO_REPLY) {



More information about the samba-cvs mailing list