]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r18172: Just a little more verbosity in this debug statement.
authorGünther Deschner <gd@samba.org>
Wed, 6 Sep 2006 12:34:00 +0000 (12:34 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:43:30 +0000 (11:43 -0500)
Guenther
(This used to be commit e852bc46464fe6dbdf8530f43fcb88fd2eafae67)

source3/libads/ldap_utils.c

index 4392cde00bf5d1cd19b824ab5c37040300c898eb..9559ae117a63a6b4c4303df5082961962e35d959 100644 (file)
@@ -85,8 +85,8 @@ static ADS_STATUS ads_do_search_retry_internal(ADS_STRUCT *ads, const char *bind
                *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;
                }