We already log the time elapsed for each HTTP request so this is
kind of redundant these days.
#include <yaz/oid_db.h>
#include <yaz/snprintf.h>
-#define USE_TIMING 1
+#define USE_TIMING 0
#if USE_TIMING
#include <yaz/timing.h>
#endif
{
session_log(se, YLOG_LOG, "%s: no more to fetch",
client_get_id(cl));
+ session_log(se, YLOG_LOG, "%s: hits=" ODR_INT_PRINTF
+ " records=%d filtered=%d",
+ client_get_id(cl),
+ client_get_hits(cl),
+ client_get_num_records(cl),
+ client_get_num_records_filtered(cl));
}
}
else