mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
cleanup function name in log
This commit is contained in:
parent
0858d540d2
commit
b29808f4ae
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user