mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Fix debug level typo
This commit is contained in:
parent
cb8d9e16e9
commit
59305df8bb
@ -29,7 +29,7 @@ dnssrv_back_bind(
|
|||||||
char **edn
|
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,
|
dn == NULL ? "" : dn,
|
||||||
method,
|
method,
|
||||||
mech == NULL ? "none" : mech );
|
mech == NULL ? "none" : mech );
|
||||||
|
Loading…
Reference in New Issue
Block a user