--- libraries/libldap/result.c 2006/10/27 17:37:04 1.136 +++ libraries/libldap/result.c 2006/10/28 14:19:08 1.137 @@ -1,5 +1,5 @@ /* result.c - wait for an ldap result */ -/* $OpenLDAP: pkg/ldap/libraries/libldap/result.c,v 1.135 2006/10/22 18:31:41 ando Exp $ */ +/* $OpenLDAP: pkg/ldap/libraries/libldap/result.c,v 1.136 2006/10/27 17:37:04 kurt Exp $ */ /* This work is part of OpenLDAP Software . * * Copyright 1998-2006 The OpenLDAP Foundation. @@ -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 );