Fix debug level typo

This commit is contained in:
Kurt Zeilenga 2000-05-11 00:44:03 +00:00
parent cb8d9e16e9
commit 59305df8bb

View File

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