Skip to content

Commit

Permalink
Fix log message for decompression statistics
Browse files Browse the repository at this point in the history
Signed-off-by: Zachary Michaels <zmichaels11@gmail.com>
  • Loading branch information
zmichaels11 committed Jan 2, 2020
1 parent 8859388 commit 4f46b75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ void print_decompression_statistics(
ROSBAG2_COMPRESSION_LOG_DEBUG_STREAM(
"\"Decompression statistics\" : {" <<
"\"Time\" : " << (duration.count() / 1000.0) <<
", \"Compression Ratio\" : " << decompression_ratio <<
", \"Deompression Ratio\" : " << decompression_ratio <<
"}");
}
} // namespace
Expand Down

0 comments on commit 4f46b75

Please sign in to comment.