mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ITS#1891, debug msg in send_search_entry
This commit is contained in:
parent
63b948806d
commit
cf61e03cb8
@ -1139,11 +1139,11 @@ send_search_entry(
|
||||
if ( bytes < 0 ) {
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG(( "operation", LDAP_LEVEL_ERR,
|
||||
"send_ldap_response: conn %lu ber write failed.\n",
|
||||
"send_search_entry: conn %lu ber write failed.\n",
|
||||
op->o_connid ));
|
||||
#else
|
||||
Debug( LDAP_DEBUG_ANY,
|
||||
"send_ldap_response: ber write failed\n",
|
||||
"send_search_entry: ber write failed\n",
|
||||
0, 0, 0 );
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user