diff --git a/client/client.go b/client/client.go index 126096b..9e81e96 100644 --- a/client/client.go +++ b/client/client.go @@ -628,8 +628,9 @@ func (mc *MegaClient) Sync(src, dst string) error { } if mc.cfg.Verbose > 0 { if err == EFILE_EXISTS { - file := path.Join(dst, spath.GetPath()) - err = errors.New(fmt.Sprintf("%s - %s", file, EFILE_EXISTS)) + err = nil; + //file := path.Join(dst, spath.GetPath()) + //err = errors.New(fmt.Sprintf("%s - %s", file, EFILE_EXISTS)) } }