mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-28 01:29:18 -05:00
cleanup function name in log
This commit is contained in:
parent
0858d540d2
commit
b29808f4ae
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue