]> git.sur5r.net Git - openldap/commitdiff
fix message (ITS#4717)
authorPierangelo Masarati <ando@openldap.org>
Sat, 28 Oct 2006 16:19:08 +0000 (16:19 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 28 Oct 2006 16:19:08 +0000 (16:19 +0000)
libraries/libldap/result.c

index 242eb4eb1b1da48c8609534e9f918507c7625013..5a089b90514653905ceebd3cd6f83a88dcb9cd77 100644 (file)
@@ -537,7 +537,7 @@ nextresp3:
 
        /* if it's been abandoned, toss it */
        if ( ldap_abandoned( ld, id ) ) {
-               Debug( LDAP_DEBUG_ANY, "abandoned ld %p msgid %ld\n",
+               Debug( LDAP_DEBUG_ANY, "abandoned/discarded ld %p msgid %ld\n",
                        (void *)ld, (long) id, 0);
 retry_ber:
                ber_free( ber, 1 );