mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
fix logging line
This commit is contained in:
parent
d8bf048f17
commit
80ab3d6a6e
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue