Skip to content

Commit

Permalink
fix(filter): log is too large (#2665)
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc authored May 3, 2024
1 parent 2463527 commit cee020f
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 cee020f

Please sign in to comment.