mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-13 16:25:00 +00:00
fix: remove spammy log (#3091)
This commit is contained in:
parent
54c3083d0a
commit
1d2b910f54
@ -1249,7 +1249,6 @@ proc keepaliveLoop(node: WakuNode, keepalive: chronos.Duration) {.async.} =
|
||||
|
||||
for peerId in outPeers:
|
||||
try:
|
||||
info "calling keepAlive dial", peerId = peerId
|
||||
let conn = (await node.peerManager.dialPeer(peerId, PingCodec)).valueOr:
|
||||
warn "Failed dialing peer for keep alive", peerId = peerId
|
||||
continue
|
||||
|
Loading…
x
Reference in New Issue
Block a user