mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix nentries logging
This commit is contained in:
parent
aa9627e61c
commit
4b2fcbc14d
1 changed files with 1 additions and 1 deletions
|
|
@ -1719,7 +1719,7 @@ send_paged_response(
|
|||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG ( OPERATION, ENTRY,
|
||||
"send_paged_response: lastid: (0x%08lx) "
|
||||
"nentries: (0x%081x)\n",
|
||||
"nentries: (0x%08x)\n",
|
||||
lastid ? *lastid : 0, rs->sr_nentries, NULL );
|
||||
#else
|
||||
Debug(LDAP_DEBUG_ARGS, "send_paged_response: lastid: (0x%08lx) "
|
||||
|
|
|
|||
Loading…
Reference in a new issue