From fd95745a59f5fc6e0e76b1395314097162486f7b Mon Sep 17 00:00:00 2001 From: Yueh-Hsuan Chiang Date: Wed, 29 Oct 2014 17:42:38 -0700 Subject: [PATCH] Fix compile error in table/plain_table_index.cc Summary: Fix compile error in table/plain_table_index.cc Test Plan: make --- table/plain_table_index.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/table/plain_table_index.cc b/table/plain_table_index.cc index 8f68525c4..b5e3981c1 100644 --- a/table/plain_table_index.cc +++ b/table/plain_table_index.cc @@ -193,7 +193,7 @@ Slice PlainTableIndexBuilder::FillIndexes( } assert(sub_index_offset == sub_index_size_); - Log(InfoLogLevel::DEBUG_INFO, ioptions_.info_log, + Log(InfoLogLevel::DEBUG_LEVEL, ioptions_.info_log, "hash table size: %d, suffix_map length %zu", index_size_, sub_index_size_); return Slice(allocated, GetTotalSize());