Skip to content

Commit 8d668a9

Browse files
committed
修复文件移动时会报错的问题
1 parent 5853252 commit 8d668a9

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/github/balloonupdate/mcpatch/client

1 file changed

+1
-1
lines changed

src/main/java/com/github/balloonupdate/mcpatch/client/Work.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ boolean run2(Servers server) throws IOException, McpatchBusinessException {
295295

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

301301
// 执行更新流程

0 commit comments

Comments
 (0)