]> git.sur5r.net Git - openldap/commitdiff
cleanup function name in log
authorPierangelo Masarati <ando@openldap.org>
Tue, 20 Jul 2004 00:32:43 +0000 (00:32 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 20 Jul 2004 00:32:43 +0000 (00:32 +0000)
servers/slapd/sasl.c

index e4d6e3a14f8d34ccf7526bb0606569d40d5fb571..899adb31a2bc79fb7a366fa687fbf0aef0cd609f 100644 (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;
                }