ber_write error message cleanup

This commit is contained in:
Kurt Zeilenga 2002-10-25 05:47:08 +00:00
parent a2f9e41b2b
commit 6d199506bb

View File

@ -715,10 +715,10 @@ send_search_entry(
if (rc != sizeof(struct sockaddr)) { if (rc != sizeof(struct sockaddr)) {
#ifdef NEW_LOGGING #ifdef NEW_LOGGING
LDAP_LOG( OPERATION, ERR, LDAP_LOG( OPERATION, ERR,
"send_search_entry: conn %lu ber_printf failed\n", "send_search_entry: conn %lu ber_write failed\n",
conn ? conn->c_connid : 0, 0, 0 ); conn ? conn->c_connid : 0, 0, 0 );
#else #else
Debug( LDAP_DEBUG_ANY, "ber_printf failed\n", 0, 0, 0 ); Debug( LDAP_DEBUG_ANY, "ber_write failed\n", 0, 0, 0 );
#endif #endif
ber_free_buf( ber ); ber_free_buf( ber );
return( 1 ); return( 1 );