mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2026-01-06 07:45:47 +08:00
修改个别错误级别
This commit is contained in:
@@ -149,6 +149,10 @@ func (this *IPListManager) fetch() (hasNext bool, err error) {
|
||||
Size: this.pageSize,
|
||||
})
|
||||
if err != nil {
|
||||
if rpc.IsConnError(err) {
|
||||
remotelogs.Warn("IP_LIST_MANAGER", "rpc connection error: "+err.Error())
|
||||
return false, nil
|
||||
}
|
||||
return false, err
|
||||
}
|
||||
items := itemsResp.IpItems
|
||||
|
||||
Reference in New Issue
Block a user