Skip to content

Commit a0b7cc8

Browse files
committed
adding debug to mirror
1 parent bece6b3 commit a0b7cc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/rsync-mirror.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ func Mirror(srcDir string) (mirrorDir string, cleanup func() error, err error) {
4747

4848
log.Infof("Mirror setup: rsync from %s to %s", srcPath, mirrorPath)
4949
rsyncCmd := append(rsyncArgs, srcPath, mirrorPath)
50+
log.Infof(" rsync args %v", rsyncCmd)
5051
cmd := exec.Command("rsync", rsyncCmd...)
5152

5253
if out, err2 := cmd.CombinedOutput(); err2 != nil {

0 commit comments

Comments
 (0)