Skip to content
Snippets Groups Projects
Commit cf61e03c authored by Howard Chu's avatar Howard Chu
Browse files

ITS#1891, debug msg in send_search_entry

parent 63b94880
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment