mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 13:09:42 -05:00
Print tag with format %lu, not %d
This commit is contained in:
parent
6f8c9a7890
commit
536aab01e4
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ send_ldap_result2(
|
|||
ldap_pvt_thread_mutex_unlock( &num_sent_mutex );
|
||||
|
||||
Statslog( LDAP_DEBUG_STATS,
|
||||
"conn=%d op=%d RESULT err=%d tag=%d nentries=%d\n", conn->c_connid,
|
||||
"conn=%d op=%d RESULT err=%d tag=%lu nentries=%d\n", conn->c_connid,
|
||||
op->o_opid, err, tag, nentries );
|
||||
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue