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:
parent
c3dd0f75da
commit
fd95745a59
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user