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

cleanup function name in log

parent 0858d540
Branches
Tags
No related merge requests found
......@@ -370,10 +370,10 @@ sasl_ap_lookup( Operation *op, SlapReply *rs )
if ( rc != LDAP_SUCCESS ) {
#ifdef NEW_LOGGING
LDAP_LOG( TRANSPORT, DETAIL1,
"slap_auxprop: str2ad(%s): %s\n", name, text, 0 );
"slap_ap_lookup: str2ad(%s): %s\n", name, text, 0 );
#else
Debug( LDAP_DEBUG_TRACE,
"slap_auxprop: str2ad(%s): %s\n", name, text, 0 );
"slap_ap_lookup: str2ad(%s): %s\n", name, text, 0 );
#endif
continue;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment