From bbd9c53457141e96db841af3cf284595f66346de Mon Sep 17 00:00:00 2001 From: Yueh-Hsuan Chiang Date: Wed, 29 Oct 2014 17:08:20 -0700 Subject: [PATCH] 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 --- table/block_based_table_builder.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/table/block_based_table_builder.cc b/table/block_based_table_builder.cc index 9e4328cd4..c053e7e4f 100644 --- a/table/block_based_table_builder.cc +++ b/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" " [basic properties]: %s\n" " [user collected properties]: %s",