From: Pierangelo Masarati Date: Tue, 20 Jul 2004 00:32:43 +0000 (+0000) Subject: cleanup function name in log X-Git-Tag: OPENDLAP_REL_ENG_2_2_MP~41 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b29808f4ae635aa5a5a16cd09616652c37696241;p=openldap cleanup function name in log --- diff --git a/servers/slapd/sasl.c b/servers/slapd/sasl.c index e4d6e3a14f..899adb31a2 100644 --- a/servers/slapd/sasl.c +++ b/servers/slapd/sasl.c @@ -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; }