[thin_dump] human_readable emitter didn't print the metadata_snap.

This commit is contained in:
Joe Thornber 2018-04-17 10:29:31 +01:00
parent 5bac06d68f
commit abb32897e2
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ namespace {
<< ", " << data_block_size
<< ", " << nr_data_blocks;
if (metadata_snap)
out_ << ", " << metadata_snap;
out_ << ", " << *metadata_snap;
out_ << endl;
}