spew the filter we're using for the search.

2002-08-28  Chris Toshok  <toshok@ximian.com>

	* backend/pas/pas-backend-ldap.c (pas_backend_ldap_search): spew
	the filter we're using for the search.

svn path=/trunk/; revision=17914
This commit is contained in:
Chris Toshok
2002-08-29 06:08:07 +00:00
committed by Chris Toshok
parent 5df01b29a2
commit 87f846e09a
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
2002-08-28 Chris Toshok <toshok@ximian.com>
* backend/pas/pas-backend-ldap.c (pas_backend_ldap_search): spew
the filter we're using for the search.
2002-08-28 Mike Kestner <mkestner@ximian.com>
* gui/component/select-names/e-select-names-completion.c : stop the
@@ -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..."));