From: Pierangelo Masarati Date: Sat, 28 Oct 2006 16:19:08 +0000 (+0000) Subject: fix message (ITS#4717) X-Git-Tag: OPENLDAP_REL_ENG_2_3_MP~24 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=57259831c61fe56863adbf399acd795756a74bae;p=openldap fix message (ITS#4717) --- diff --git a/libraries/libldap/result.c b/libraries/libldap/result.c index 242eb4eb1b..5a089b9051 100644 --- a/libraries/libldap/result.c +++ b/libraries/libldap/result.c @@ -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 );