We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a576e6 commit 94c4319Copy full SHA for 94c4319
pkg/xt/xt.go
@@ -49,7 +49,8 @@ func Extract(job *Job) {
49
}
50
51
52
- log.Printf("==> Done.\n==> Extracted %d archives; wrote %d bytes into %d files in %v",
+ log.Printf("==> Done.")
53
+ log.Printf("==> Extracted %d archives; wrote %d bytes into %d files in %v",
54
total, size, fCount, time.Since(start).Round(time.Millisecond))
55
56
0 commit comments