|
|
@ -530,8 +530,8 @@ Status BlockBasedTableBuilder::Finish() { |
|
|
|
Log( |
|
|
|
Log( |
|
|
|
r->options.info_log, |
|
|
|
r->options.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", |
|
|
|
r->props.ToString().c_str(), |
|
|
|
r->props.ToString().c_str(), |
|
|
|
user_collected.c_str() |
|
|
|
user_collected.c_str() |
|
|
|
); |
|
|
|
); |
|
|
|