chore: 添加网络检查结果debug日志
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user