From: Kurt Zeilenga Date: Fri, 18 Jun 2004 23:10:26 +0000 (+0000) Subject: Fix nentries logging X-Git-Tag: OPENDLAP_REL_ENG_2_2_MP~240 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4b2fcbc14d6402924d6671b2811b80313705d66b;p=openldap Fix nentries logging --- diff --git a/servers/slapd/back-bdb/search.c b/servers/slapd/back-bdb/search.c index 2da62c485a..9957eeb39c 100644 --- a/servers/slapd/back-bdb/search.c +++ b/servers/slapd/back-bdb/search.c @@ -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) "