Skip to content

Commit

Permalink
update log format
Browse files Browse the repository at this point in the history
  • Loading branch information
maorfr committed Dec 3, 2018
1 parent 74a4ff0 commit e091926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/skbn/skbn.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func PerformCopy(srcClient, dstClient interface{}, srcPrefix, dstPrefix string,
buf := buffer.New(newBufferSize)
pr, pw := nio.Pipe(buf)

log.Printf("[%s/%d] copy: %s -> %s", currentLinePadded, totalFiles, fromPath, toPath)
log.Printf("[%s/%d] copy: %s://%s -> %s://%s", currentLinePadded, totalFiles, srcPrefix, fromPath, dstPrefix, toPath)

go func() {
defer pw.Close()
Expand Down

0 comments on commit e091926

Please sign in to comment.