Skip to content

Commit

Permalink
waku_filter_v2/protocol: log info -> error when timed out push
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivansete-status committed Apr 30, 2024
1 parent e96c0d8 commit ef32371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waku/waku_filter_v2/protocol.nim
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ proc handleMessage*(
if not await wf.pushToPeers(subscribedPeers, messagePush).withTimeout(
MessagePushTimeout
):
info "timed out pushing message to peers",
error "timed out pushing message to peers",
pubsubTopic = pubsubTopic,
contentTopic = message.contentTopic,
msg_hash = msgHash,
Expand Down

0 comments on commit ef32371

Please sign in to comment.