Skip to content
Snippets Groups Projects
Commit 856e2129 authored by Howard Chu's avatar Howard Chu
Browse files

Cleanup log msg

parent 2d94a201
No related branches found
No related tags found
No related merge requests found
......@@ -561,14 +561,12 @@ slap_sasl_canonicalize(
LDAP_LOG(( "sasl", LDAP_LEVEL_ENTRY,
"slap_sasl_canonicalize: conn %d %s=\"%s\"\n",
conn ? conn->c_connid : -1,
(flags & SASL_CU_AUTHID) ? "authcDN" : "authzDN",
dn.bv_val ));
names[0]+1, dn.bv_val ));
#else
Debug( LDAP_DEBUG_ARGS, "SASL Canonicalize [conn=%ld]: "
"%s=\"%s\"\n",
conn ? conn->c_connid : -1,
(flags & SASL_CU_AUTHID) ? "authcDN" : "authzDN",
dn.bv_val );
names[0]+1, dn.bv_val );
#endif
done: AC_MEMCPY( out, in, inlen );
out[inlen] = '\0';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment