cleanup function name in log

This commit is contained in:
Pierangelo Masarati 2004-07-20 00:32:43 +00:00
parent 0858d540d2
commit b29808f4ae

View File

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