Skip to content

Commit f9a1782

Browse files
committed
Pretty stats from gc
1 parent a98af39 commit f9a1782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/conserve.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ impl Command {
274274
break_lock: *break_lock,
275275
no_gc: false,
276276
})?;
277-
ui::println(&format!("{:#?}", stats));
277+
ui::println(&format!("{}", stats));
278278
}
279279
Command::Init { archive } => {
280280
Archive::create_path(&archive)?;

0 commit comments

Comments
 (0)