Skip to content

Commit 42781bd

Browse files
committed
[skbn/skbn] fix done message in copy
1 parent 4ce7cee commit 42781bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/skbn/skbn.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ func PerformCopy(srcClient, dstClient interface{}, srcPrefix, dstPrefix string,
154154
if len(errc) != 0 {
155155
return
156156
}
157-
defer log.Printf("[%s/%d] done: %s -> %s", currentLinePadded, totalFiles, fromPath, toPath)
157+
defer log.Printf("[%s/%d] done: %s://%s -> %s://%s", currentLinePadded, totalFiles, srcPrefix, fromPath, dstPrefix, toPath)
158158
err := Upload(dstClient, dstPrefix, toPath, fromPath, pr)
159159
if err != nil {
160160
log.Println(err, fmt.Sprintf(" dst: file: %s", toPath))

0 commit comments

Comments
 (0)