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
This commit is contained in:
Yueh-Hsuan Chiang 2014-10-29 17:08:20 -07:00
parent 065766b8d2
commit bbd9c53457

View File

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