chore: 添加网络检查结果debug日志

This commit is contained in:
Mmx233
2022-03-11 16:29:54 +08:00
parent 6ffacaaa5d
commit 371e774cc1

View File

@@ -31,6 +31,7 @@ func (a *checker) NetOk(transport *http.Transport) bool {
Transport: transport,
})
if e != nil {
Log.Debug(e)
return false
}
_ = res.Body.Close()