Skip to content
Snippets Groups Projects
Commit 4b2fcbc1 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix nentries logging

parent aa9627e6
No related branches found
No related tags found
No related merge requests found
......@@ -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) "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment