From 87f846e09ad0b0ff27d25d45e7176cfd0af6677b Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Thu, 29 Aug 2002 06:08:07 +0000 Subject: spew the filter we're using for the search. 2002-08-28 Chris Toshok * backend/pas/pas-backend-ldap.c (pas_backend_ldap_search): spew the filter we're using for the search. svn path=/trunk/; revision=17914 --- addressbook/ChangeLog | 5 +++++ addressbook/backend/pas/pas-backend-ldap.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 18bc2e562c..11e87b8868 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2002-08-28 Chris Toshok + + * backend/pas/pas-backend-ldap.c (pas_backend_ldap_search): spew + the filter we're using for the search. + 2002-08-28 Mike Kestner * gui/component/select-names/e-select-names-completion.c : stop the diff --git a/addressbook/backend/pas/pas-backend-ldap.c b/addressbook/backend/pas/pas-backend-ldap.c index e3ffcade7b..dd2da25bc5 100644 --- a/addressbook/backend/pas/pas-backend-ldap.c +++ b/addressbook/backend/pas/pas-backend-ldap.c @@ -2961,6 +2961,8 @@ pas_backend_ldap_search (PASBackendLDAP *bl, GTimeVal search_start; int search_msgid; + printf ("searching server using filter: %s\n", ldap_query); + do { book_view_notify_status (view->book_view, _("Searching...")); -- cgit v1.2.3