Merge branch 'dev'

This commit is contained in:
wangliwen 2022-11-08 12:32:59 +08:00
commit 6865512b69
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);