Fix nentries logging

This commit is contained in:
Kurt Zeilenga 2004-06-18 23:10:26 +00:00
parent aa9627e61c
commit 4b2fcbc14d

View file

@ -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) "