aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2008-03-28 22:44:45 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2008-03-28 22:44:45 +0000
commitc63dc50f150eed43f932a5067d045daf5469ece9 (patch)
tree3224b55360dd3dc9d801f3ca45c5193eee5748db
parent95ef5db5c350d62407958c411fd2be38c73c0871 (diff)
downloadstrongswan-c63dc50f150eed43f932a5067d045daf5469ece9.tar.bz2
strongswan-c63dc50f150eed43f932a5067d045daf5469ece9.tar.xz
demoted ldap debug output to level 2
-rw-r--r--src/libstrongswan/plugins/ldap/ldap_fetcher.c2
1 files changed, 1 insertions, 1 deletions
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)