svn commit: samba r8041 - in branches/SAMBA_4_0/source/lib/ldb/common: .

tridge at samba.org tridge at samba.org
Fri Jul 1 08:04:48 GMT 2005


Author: tridge
Date: 2005-07-01 08:04:48 +0000 (Fri, 01 Jul 2005)
New Revision: 8041

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

Log:
remove a mis-spelled debug message :-)



Modified:
   branches/SAMBA_4_0/source/lib/ldb/common/attrib_handlers.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/common/attrib_handlers.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/common/attrib_handlers.c	2005-07-01 07:25:10 UTC (rev 8040)
+++ branches/SAMBA_4_0/source/lib/ldb/common/attrib_handlers.c	2005-07-01 08:04:48 UTC (rev 8041)
@@ -245,7 +245,6 @@
 	if (ret == 0) {
 		return 0;
 	}
-	fprintf(stderr, "looing for %s %s\n", v1->data, v2->data);
 	subclasses = ldb_subclass_list(ldb, v1->data);
 	if (subclasses == NULL) {
 		return ret;



More information about the samba-cvs mailing list