]> git.sur5r.net Git - openldap/commitdiff
Fix reference stats2 message
authorKurt Zeilenga <kurt@openldap.org>
Fri, 28 Sep 2001 01:44:13 +0000 (01:44 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 28 Sep 2001 01:44:13 +0000 (01:44 +0000)
servers/slapd/result.c

index a4890e8fc68d876114f4e16a646db22473ac1baa..04ee590938ee0c5eab7d79c188019ef28da210a1 100644 (file)
@@ -1210,7 +1210,7 @@ send_search_reference(
        num_pdu_sent++;
        ldap_pvt_thread_mutex_unlock( &num_sent_mutex );
 
-       Statslog( LDAP_DEBUG_STATS2, "conn=%ld op=%ld ENTRY dn=\"%s\"\n",
+       Statslog( LDAP_DEBUG_STATS2, "conn=%ld op=%ld REF dn=\"%s\"\n",
            (long) conn->c_connid, (long) op->o_opid, e->e_dn, 0, 0 );
 
 #ifdef NEW_LOGGING