Add logging

This commit is contained in:
Marcus Holland-Moritz 2020-11-27 23:43:41 +01:00
parent f6cce26356
commit 913891af71

View File

@ -683,6 +683,8 @@ void scanner_<LoggerPolicy>::scan(filesystem_writer& fsw,
fsw.write_metadata_v2_schema(std::move(schema));
fsw.write_metadata_v2(std::move(data));
log_.info() << "waiting for compression tasks to finish...";
fsw.flush();
log_.info() << "compressed " << size_with_unit(prog.original_size) << " to "