。。。
This commit is contained in:
parent
59a2ad1fe6
commit
6335d7c5c6
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue