mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 02:59:34 -05:00
Fix debug level typo
This commit is contained in:
parent
cb8d9e16e9
commit
59305df8bb
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ dnssrv_back_bind(
|
|||
char **edn
|
||||
)
|
||||
{
|
||||
Debug( LDAP_DEBUG_DEBUG, "DNSSRV: bind %s (%d/%s)\n",
|
||||
Debug( LDAP_DEBUG_TRACE, "DNSSRV: bind %s (%d/%s)\n",
|
||||
dn == NULL ? "" : dn,
|
||||
method,
|
||||
mech == NULL ? "none" : mech );
|
||||
|
|
|
|||
Loading…
Reference in a new issue