svn commit: samba r10621 - in branches/tmp/samba4-winsrepl/source/wrepl_server: .

metze at samba.org metze at samba.org
Thu Sep 29 16:09:42 GMT 2005


Author: metze
Date: 2005-09-29 16:09:41 +0000 (Thu, 29 Sep 2005)
New Revision: 10621

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

Log:
use debug level 2

metze
Modified:
   branches/tmp/samba4-winsrepl/source/wrepl_server/wrepl_in_call.c


Changeset:
Modified: branches/tmp/samba4-winsrepl/source/wrepl_server/wrepl_in_call.c
===================================================================
--- branches/tmp/samba4-winsrepl/source/wrepl_server/wrepl_in_call.c	2005-09-29 16:07:08 UTC (rev 10620)
+++ branches/tmp/samba4-winsrepl/source/wrepl_server/wrepl_in_call.c	2005-09-29 16:09:41 UTC (rev 10621)
@@ -285,7 +285,7 @@
 	/* sort the names before we send them */
 	qsort(names, ret, sizeof(struct wrepl_wins_name), (comparison_fn_t)wreplsrv_in_sort_wins_name);
 
-	DEBUG(0,("WINSREPL:reply [%u] records owner[%s] min[%llu] max[%llu] to partner[%s]\n",
+	DEBUG(2,("WINSREPL:reply [%u] records owner[%s] min[%llu] max[%llu] to partner[%s]\n",
 		ret, owner_in->address, owner_in->min_version, owner_in->max_version,
 		call->wreplconn->partner->address));
 



More information about the samba-cvs mailing list