mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
improve log message
This commit is contained in:
parent
9b18295f4f
commit
fcf835558e
1 changed files with 2 additions and 2 deletions
|
|
@ -342,10 +342,10 @@ int get_ctrls(
|
|||
return_results:
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG(( "operation", LDAP_LEVEL_RESULTS,
|
||||
"get_ctrls: conn %d %d %d %s\n",
|
||||
"get_ctrls: conn=%d n=%d rc=%d err=%s\n",
|
||||
conn->c_connid, nctrls, rc, errmsg ? errmsg : "" ));
|
||||
#else
|
||||
Debug( LDAP_DEBUG_TRACE, "<= get_ctrls: %d %d %s\n",
|
||||
Debug( LDAP_DEBUG_TRACE, "<= get_ctrls: n=%d rc=%d err=%s\n",
|
||||
nctrls, rc, errmsg ? errmsg : "");
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue