]> git.sur5r.net Git - openldap/commitdiff
More paged results cleanup
authorKurt Zeilenga <kurt@openldap.org>
Fri, 18 Jun 2004 23:12:03 +0000 (23:12 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 18 Jun 2004 23:12:03 +0000 (23:12 +0000)
servers/slapd/back-bdb/search.c

index 9957eeb39cfa4b1e9ec2ff8013e0ad6f3f7a2029..9bdf1799c08aefb6bb6048d2b666b5ad5b5f0f2e 100644 (file)
@@ -1718,12 +1718,12 @@ send_paged_response(
 
 #ifdef NEW_LOGGING
        LDAP_LOG ( OPERATION, ENTRY,
-               "send_paged_response: lastid: (0x%08lx) "
-               "nentries: (0x%08x)\n", 
+               "send_paged_response: lastid=0x%08lx nentries=%d\n", 
                lastid ? *lastid : 0, rs->sr_nentries, NULL );
 #else
-       Debug(LDAP_DEBUG_ARGS, "send_paged_response: lastid: (0x%08lx) "
-               "nentries: (0x%081x)\n", lastid ? *lastid : 0, rs->sr_nentries, NULL );
+       Debug(LDAP_DEBUG_ARGS,
+               "send_paged_response: lastid=0x%08lx nentries=%d\n", 
+               lastid ? *lastid : 0, rs->sr_nentries, NULL );
 #endif
 
        ctrl.ldctl_value.bv_val = NULL;