mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
ITS#1891, debug msg in send_search_entry
This commit is contained in:
parent
63b948806d
commit
cf61e03cb8
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue