Apply InfoLogLevel to the logs in table/block_based_table_builder.cc

Summary: Apply InfoLogLevel to the logs in table/block_based_table_builder.cc

Test Plan: make

Reviewers: igor, ljin, sdong

Reviewed By: sdong

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D27921
main
Yueh-Hsuan Chiang 10 years ago
parent 065766b8d2
commit bbd9c53457
  1. 2
      table/block_based_table_builder.cc

@ -790,7 +790,7 @@ Status BlockBasedTableBuilder::Finish() {
} }
} }
Log(r->ioptions.info_log, Log(InfoLogLevel::INFO_LEVEL, r->ioptions.info_log,
"Table was constructed:\n" "Table was constructed:\n"
" [basic properties]: %s\n" " [basic properties]: %s\n"
" [user collected properties]: %s", " [user collected properties]: %s",

Loading…
Cancel
Save