svn commit: samba r18172 - in branches: SAMBA_3_0/source/libads SAMBA_3_0_23/source/libads

gd at samba.org gd at samba.org
Wed Sep 6 12:34:01 GMT 2006


Author: gd
Date: 2006-09-06 12:34:00 +0000 (Wed, 06 Sep 2006)
New Revision: 18172

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

Log:
Just a little more verbosity in this debug statement.

Guenther

Modified:
   branches/SAMBA_3_0/source/libads/ldap_utils.c
   branches/SAMBA_3_0_23/source/libads/ldap_utils.c


Changeset:
Modified: branches/SAMBA_3_0/source/libads/ldap_utils.c
===================================================================
--- branches/SAMBA_3_0/source/libads/ldap_utils.c	2006-09-06 12:30:26 UTC (rev 18171)
+++ branches/SAMBA_3_0/source/libads/ldap_utils.c	2006-09-06 12:34:00 UTC (rev 18172)
@@ -85,8 +85,8 @@
 		*res = NULL;
 		status = ads_do_search_all_args(ads, bp, scope, expr, attrs, args, res);
 		if (ADS_ERR_OK(status)) {
-			DEBUG(5,("Search for %s gave %d replies\n",
-				 expr, ads_count_replies(ads, *res)));
+			DEBUG(5,("Search for filter: %s, base: %s gave %d replies\n",
+				 expr, bp, ads_count_replies(ads, *res)));
 			SAFE_FREE(bp);
 			return status;
 		}

Modified: branches/SAMBA_3_0_23/source/libads/ldap_utils.c
===================================================================
--- branches/SAMBA_3_0_23/source/libads/ldap_utils.c	2006-09-06 12:30:26 UTC (rev 18171)
+++ branches/SAMBA_3_0_23/source/libads/ldap_utils.c	2006-09-06 12:34:00 UTC (rev 18172)
@@ -84,8 +84,8 @@
 		*res = NULL;
 		status = ads_do_search_all_args(ads, bp, scope, expr, attrs, args, res);
 		if (ADS_ERR_OK(status)) {
-			DEBUG(5,("Search for %s gave %d replies\n",
-				 expr, ads_count_replies(ads, *res)));
+			DEBUG(5,("Search for filter: %s, base: %s gave %d replies\n",
+				 expr, bp, ads_count_replies(ads, *res)));
 			SAFE_FREE(bp);
 			return status;
 		}



More information about the samba-cvs mailing list