]> git.sur5r.net Git - openldap/commitdiff
Fix nentries logging
authorKurt Zeilenga <kurt@openldap.org>
Fri, 18 Jun 2004 23:10:26 +0000 (23:10 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 18 Jun 2004 23:10:26 +0000 (23:10 +0000)
servers/slapd/back-bdb/search.c

index 2da62c485a56f9a6d2334b8d1e79b1e6df1969cd..9957eeb39cfa4b1e9ec2ff8013e0ad6f3f7a2029 100644 (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) "