svn commit: samba r21003 - in branches: SAMBA_3_0/source/libads SAMBA_3_0_24/source/libads

gd at samba.org gd at samba.org
Wed Jan 24 14:59:03 GMT 2007


Author: gd
Date: 2007-01-24 14:59:01 +0000 (Wed, 24 Jan 2007)
New Revision: 21003

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

Log:
Display LDAP base in debug statement.

Guenther

Modified:
   branches/SAMBA_3_0/source/libads/ldap_utils.c
   branches/SAMBA_3_0_24/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	2007-01-24 14:53:03 UTC (rev 21002)
+++ branches/SAMBA_3_0/source/libads/ldap_utils.c	2007-01-24 14:59:01 UTC (rev 21003)
@@ -60,8 +60,8 @@
 		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 %s in <%s> gave %d replies\n",
+			expr, bp, ads_count_replies(ads, *res)));
 		SAFE_FREE(bp);
 		return status;
 	}

Modified: branches/SAMBA_3_0_24/source/libads/ldap_utils.c
===================================================================
--- branches/SAMBA_3_0_24/source/libads/ldap_utils.c	2007-01-24 14:53:03 UTC (rev 21002)
+++ branches/SAMBA_3_0_24/source/libads/ldap_utils.c	2007-01-24 14:59:01 UTC (rev 21003)
@@ -60,8 +60,8 @@
 		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 %s in <%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