From 7497b5a9031c471c25bf6029c436fd82788b415c Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 17 Apr 2007 23:06:10 +0200 Subject: [PATCH] Be less verbose --- tests/ctdb_fetch.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/ctdb_fetch.c b/tests/ctdb_fetch.c index 99fbe1fc..c5356eda 100644 --- a/tests/ctdb_fetch.c +++ b/tests/ctdb_fetch.c @@ -143,7 +143,9 @@ static void bench_fetch(struct ctdb_context *ctdb, struct event_context *ev) break; } - talloc_report_null_full(); + if (LogLevel > 9) { + talloc_report_null_full(); + } } printf("Fetch: %.2f msgs/sec\n", msg_count/end_timer()); -- 2.34.1