adjust logging

This commit is contained in:
TJ Holowaychuk
2017-11-18 18:07:43 -08:00
parent 2cd2fd732b
commit 4fe71ffe3b
+1 -1
View File
@@ -147,7 +147,7 @@ func (p Pruner) Prune() (*Stats, error) {
}
// prune
ctx.Info("prune")
ctx.Debug("pruning")
stats.FilesRemoved++
stats.SizeRemoved += info.Size()