From b29808f4ae635aa5a5a16cd09616652c37696241 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Tue, 20 Jul 2004 00:32:43 +0000 Subject: [PATCH] cleanup function name in log --- servers/slapd/sasl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.39.5