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:
parent
065766b8d2
commit
bbd9c53457
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user