Skip to content

Commit

Permalink
修复文件移动时会报错的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
asforest committed Feb 22, 2025
1 parent 5853252 commit 8d668a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ boolean run2(Servers server) throws IOException, McpatchBusinessException {

// 单独为移动文件输出一份日志,具体原因忘了,但是输出一下好像也没有坏处
for (TempMoveFile mv : moveFiles) {
Log.debug(String.format("move files: {} => %s", mv.from, mv.to));
Log.debug(String.format("move files: %s => %s", mv.from, mv.to));
}

// 执行更新流程
Expand Down

0 comments on commit 8d668a9

Please sign in to comment.