Merge branch 'master' into docker_package

This commit is contained in:
wangliwen 2022-11-08 12:33:19 +08:00
commit 67e92b6576
1 changed files with 1 additions and 1 deletions

View File

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