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

Quiet request logging

parent a3c69266
No related branches found
No related tags found
No related merge requests found
......@@ -900,7 +900,7 @@ nextresp2:
{
id = lr->lr_msgid;
tag = lr->lr_res_msgtype;
Debug( LDAP_DEBUG_ANY, "request done: ld %p msgid %ld\n",
Debug( LDAP_DEBUG_TRACE, "request done: ld %p msgid %ld\n",
(void *)ld, (long) id, 0 );
Debug( LDAP_DEBUG_TRACE,
"res_errno: %d, res_error: <%s>, "
......
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