add skip args

This commit is contained in:
sowevo 2024-01-26 15:01:27 +08:00
parent 7f5e19812e
commit f838ebfe24

View File

@ -457,7 +457,7 @@ StepUploadPrepareUpload:
return
}
time.Sleep(time.Duration(500) * time.Millisecond)
fmt.Printf("[%s] %s 检测到同名文件,已移动到回收站: %s\n", utu.taskInfo.Id(), time.Now().Format("2006-01-02 15:04:06"), utu.SavePath)
fmt.Printf("[%s] %s 检测到同名文件,文件内容不一致,将旧文件移动到回收站: %s\n", utu.taskInfo.Id(), time.Now().Format("2006-01-02 15:04:06"), utu.SavePath)
}
}