mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-09 20:41:20 +00:00
torrent: suppress some warning (#941)
This commit is contained in:
parent
f7d31f2f6f
commit
a5ebd0c5ff
@ -94,6 +94,9 @@ func (b adapterHandler) Handle(r lg.Record) {
|
|||||||
if strings.Contains(str, "reservation cancelled") { // suppress useless errors
|
if strings.Contains(str, "reservation cancelled") { // suppress useless errors
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
if strings.Contains(str, "received invalid reject") { // suppress useless errors
|
||||||
|
break
|
||||||
|
}
|
||||||
|
|
||||||
log.Warn(str)
|
log.Warn(str)
|
||||||
case lg.Error:
|
case lg.Error:
|
||||||
|
Loading…
Reference in New Issue
Block a user