Merge branch 'master' into docker_package
This commit is contained in:
commit
67e92b6576
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue