Commit 65e946f9 authored by Dave Wells's avatar Dave Wells Committed by Yoni Fogel

remove spurious printf

git-svn-id: file:///svn/toku/tokudb@25352 c7de825b-a66e-492c-adef-691d508d4ae1
parent b449cc5c
...@@ -98,7 +98,7 @@ static void test_loader(DB **dbs) ...@@ -98,7 +98,7 @@ static void test_loader(DB **dbs)
r = txn->commit(txn, 0); r = txn->commit(txn, 0);
CKERR(r); CKERR(r);
printf("PASS\n"); if ( verbose ) printf("PASS\n");
} }
static void run_test(void) static void run_test(void)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment