提交 bbd9c534 编写于 作者: Y Yueh-Hsuan Chiang

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
上级 065766b8
......@@ -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",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册