]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Be less verbose
authorVolker Lendecke <vl@samba.org>
Tue, 17 Apr 2007 21:06:10 +0000 (23:06 +0200)
committerVolker Lendecke <vl@samba.org>
Tue, 17 Apr 2007 21:06:10 +0000 (23:06 +0200)
(This used to be ctdb commit 7497b5a9031c471c25bf6029c436fd82788b415c)

ctdb/tests/ctdb_fetch.c

index 99fbe1fc5e2daf752dbda51194315e8749d304da..c5356edab32fb39d1ab5b25e92f3d338a8979479 100644 (file)
@@ -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());