Skip to content

Commit 94c4319

Browse files
committed
fix output
1 parent 3a576e6 commit 94c4319

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/xt/xt.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ func Extract(job *Job) {
4949
}
5050
}
5151

52-
log.Printf("==> Done.\n==> Extracted %d archives; wrote %d bytes into %d files in %v",
52+
log.Printf("==> Done.")
53+
log.Printf("==> Extracted %d archives; wrote %d bytes into %d files in %v",
5354
total, size, fCount, time.Since(start).Round(time.Millisecond))
5455
}
5556

0 commit comments

Comments
 (0)