Skip to content

Commit

Permalink
fix(filter): log is too large
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed May 3, 2024
1 parent 2463527 commit 7a21fd2
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 @@ -217,7 +217,7 @@ proc handleMessage*(
let msgHash = computeMessageHash(pubsubTopic, message).to0xHex()

debug "handling message",
pubsubTopic = pubsubTopic, message = message, msg_hash = msgHash
pubsubTopic = pubsubTopic, msg_hash = msgHash

let handleMessageStartTime = Moment.now()

Expand Down

0 comments on commit 7a21fd2

Please sign in to comment.