Skip to content

Commit 77549c2

Browse files
committed
feat(commands): prune: Add more debug output
1 parent 85fcf8f commit 77549c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/commands/prune.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ fn print_stats(stats: &PruneStats) {
5858
let blob_stat = stats.blobs_sum();
5959
let size_stat = stats.size_sum();
6060

61+
debug!("statistics:");
62+
debug!("{:#?}", stats.debug);
63+
6164
debug!(
6265
"used: {:>10} blobs, {:>10}",
6366
blob_stat.used,

0 commit comments

Comments
 (0)