Fix compile error in table/plain_table_index.cc

Summary:
Fix compile error in table/plain_table_index.cc

Test Plan:
make
main
Yueh-Hsuan Chiang 10 years ago
parent c3dd0f75da
commit fd95745a59
  1. 2
      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());

Loading…
Cancel
Save