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