demoted ldap debug output to level 2

This commit is contained in:
Andreas Steffen 2008-03-28 22:44:45 +00:00
parent 95ef5db5c3
commit c63dc50f15
1 changed files with 1 additions and 1 deletions

View File

@ -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)