Skip to content

Commit e091926

Browse files
committed
update log format
1 parent 74a4ff0 commit e091926

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/skbn/skbn.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ func PerformCopy(srcClient, dstClient interface{}, srcPrefix, dstPrefix string,
124124
buf := buffer.New(newBufferSize)
125125
pr, pw := nio.Pipe(buf)
126126

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

129129
go func() {
130130
defer pw.Close()

0 commit comments

Comments
 (0)