From 57259831c61fe56863adbf399acd795756a74bae Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Sat, 28 Oct 2006 16:19:08 +0000 Subject: [PATCH] fix message (ITS#4717) --- libraries/libldap/result.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.39.5