From c63dc50f150eed43f932a5067d045daf5469ece9 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Fri, 28 Mar 2008 22:44:45 +0000 Subject: demoted ldap debug output to level 2 --- src/libstrongswan/plugins/ldap/ldap_fetcher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstrongswan/plugins/ldap/ldap_fetcher.c') diff --git a/src/libstrongswan/plugins/ldap/ldap_fetcher.c b/src/libstrongswan/plugins/ldap/ldap_fetcher.c index 501927d33..a5b3df6a0 100644 --- a/src/libstrongswan/plugins/ldap/ldap_fetcher.c +++ b/src/libstrongswan/plugins/ldap/ldap_fetcher.c @@ -135,7 +135,7 @@ static status_t fetch(private_ldap_fetcher_t *this, char *url, ldap_set_option(ldap, LDAP_OPT_PROTOCOL_VERSION, &ldap_version); ldap_set_option(ldap, LDAP_OPT_NETWORK_TIMEOUT, &timeout); - DBG1("sending LDAP request to '%s'...", url); + DBG2("sending LDAP request to '%s'...", url); res = ldap_simple_bind_s(ldap, NULL, NULL); if (res == LDAP_SUCCESS) -- cgit v1.2.3