diff --git a/waku/waku_peer_exchange/protocol.nim b/waku/waku_peer_exchange/protocol.nim index 4fbaa0a81..7c9005215 100644 --- a/waku/waku_peer_exchange/protocol.nim +++ b/waku/waku_peer_exchange/protocol.nim @@ -229,7 +229,7 @@ proc populateEnrCache(wpx: WakuPeerExchange) = # swap cache for new wpx.enrCache = newEnrCache - debug "ENR cache populated" + trace "ENR cache populated" proc updatePxEnrCache(wpx: WakuPeerExchange) {.async.} = # try more aggressively to fill the cache at startup