🎨 网络连通状态日志

This commit is contained in:
Liang Ding 2023-03-23 19:42:13 +08:00
parent 4bb39d90fe
commit 34483709ab
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -42,7 +42,7 @@ func IsOnline() (ret bool) {
ret = nil == err && nil != resp && nil != resp.Response
if !ret {
logging.LogWarnf("network is offline")
logging.LogWarnf("network is offline: %v", err)
}
return
}