Skip to content
Snippets Groups Projects
Commit 59305df8 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix debug level typo

parent cb8d9e16
Branches
Tags
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment