Skip to content
Snippets Groups Projects
Commit 80ab3d6a authored by Gary Williams's avatar Gary Williams
Browse files

fix logging line

parent d8bf048f
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,7 @@ int get_ctrls(
return_results:
#ifdef NEW_LOGGING
LDAP_LOG(( "operation", LDAP_LEVEL_RESULTS,
"get_ctrls: conn %s %d %d %s\n",
"get_ctrls: conn %d %d %d %s\n",
conn->c_connid, nctrls, rc, errmsg ? errmsg : "" ));
#else
Debug( LDAP_DEBUG_TRACE, "<= get_ctrls: %d %d %s\n",
......
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