Skip to content
Snippets Groups Projects
Commit 05b9123a authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

consistently use o_log_prefix

parent 8ef19246
No related branches found
No related tags found
No related merge requests found
......@@ -722,9 +722,9 @@ slap_sasl_authorize(
ok:
if (conn->c_sasl_bindop) {
Statslog( LDAP_DEBUG_STATS,
"conn=%lu op=%lu BIND authcid=\"%s\" authzid=\"%s\"\n",
conn->c_connid, conn->c_sasl_bindop->o_opid,
auth_identity, requested_user, 0);
"%s BIND authcid=\"%s\" authzid=\"%s\"\n",
conn->c_sasl_bindop->o_log_prefix,
auth_identity, requested_user, 0, 0 );
}
Debug( LDAP_DEBUG_TRACE, "SASL Authorize [conn=%ld]: "
......@@ -826,9 +826,9 @@ ok:
if ( conn->c_sasl_bindop ) {
Statslog( LDAP_DEBUG_STATS,
"conn=%lu op=%lu BIND authcid=\"%s\" authzid=\"%s\"\n",
conn->c_connid, conn->c_sasl_bindop->o_opid,
authcid, authzid ? authzid : "", 0);
"%s BIND authcid=\"%s\" authzid=\"%s\"\n",
conn->c_sasl_bindop->o_log_prefix,
authcid, authzid ? authzid : "", 0, 0 );
}
*errstr = NULL;
......
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