From a1bd5b7752c91b17453742d0323b647d1c585f60 Mon Sep 17 00:00:00 2001 From: Dhruba Borthakur Date: Sun, 4 Nov 2012 22:04:14 -0800 Subject: [PATCH] Compilation problem introduced by previous commit 854c66b089bef5d27f79750884f70f6e2c8c69da. Summary: Compilation problem introduced by previous commit 854c66b089bef5d27f79750884f70f6e2c8c69da. Test Plan: make check --- db/db_test.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/db/db_test.cc b/db/db_test.cc index d81a88369..491e88072 100644 --- a/db/db_test.cc +++ b/db/db_test.cc @@ -1107,8 +1107,7 @@ void MinLevelHelper(DBTest* self, Options& options) { void MinLevelToCompress(CompressionType& type, Options& options, int wbits, int lev, int strategy) { - fprintf(stderr, "Test with compression options : window_bits = %d, level = %d - , strategy = %d}\n", wbits, lev, strategy); + fprintf(stderr, "Test with compression options : window_bits = %d, level = %d, strategy = %d}\n", wbits, lev, strategy); options.write_buffer_size = 100<<10; //100KB options.num_levels = 3; options.max_mem_compaction_level = 0; -- GitLab