Fix compile error in table/plain_table_index.cc

Summary:
Fix compile error in table/plain_table_index.cc

Test Plan:
make
This commit is contained in:
Yueh-Hsuan Chiang 2014-10-29 17:42:38 -07:00
parent c3dd0f75da
commit fd95745a59

View File

@ -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());