。。。

This commit is contained in:
wangliwen 2022-11-08 12:32:50 +08:00
parent 59a2ad1fe6
commit 6335d7c5c6
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public class UpdateUtil {
return file.getAbsolutePath();
}
} else {
logger.error("下载更新包失败:{}", updateFile);
logger.error("下载更新包失败:{},错误码:{}", updateFile, response.code());
}
} catch (IOException e) {
logger.error("下载更新包失败:" + updateFile, e);