Skip to content

Commit

Permalink
[skbn/skbn] fix done message in copy
Browse files Browse the repository at this point in the history
  • Loading branch information
maorfr committed Dec 26, 2018
1 parent 4ce7cee commit 42781bd
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 @@ -154,7 +154,7 @@ func PerformCopy(srcClient, dstClient interface{}, srcPrefix, dstPrefix string,
if len(errc) != 0 {
return
}
defer log.Printf("[%s/%d] done: %s -> %s", currentLinePadded, totalFiles, fromPath, toPath)
defer log.Printf("[%s/%d] done: %s://%s -> %s://%s", currentLinePadded, totalFiles, srcPrefix, fromPath, dstPrefix, toPath)
err := Upload(dstClient, dstPrefix, toPath, fromPath, pr)
if err != nil {
log.Println(err, fmt.Sprintf(" dst: file: %s", toPath))
Expand Down

0 comments on commit 42781bd

Please sign in to comment.