File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ proc handleMessage*(
227227) {.async .} =
228228 let msgHash = computeMessageHash (pubsubTopic, message).to0xHex ()
229229
230- notice " handling message" , pubsubTopic = pubsubTopic, msg_hash = msgHash
230+ trace " handling message" , pubsubTopic = pubsubTopic, msg_hash = msgHash
231231
232232 let handleMessageStartTime = Moment .now ()
233233
@@ -236,7 +236,7 @@ proc handleMessage*(
236236 let subscribedPeers =
237237 wf.subscriptions.findSubscribedPeers (pubsubTopic, message.contentTopic)
238238 if subscribedPeers.len == 0 :
239- notice " no subscribed peers found" ,
239+ trace " no subscribed peers found" ,
240240 pubsubTopic = pubsubTopic,
241241 contentTopic = message.contentTopic,
242242 msg_hash = msgHash
You can’t perform that action at this time.
0 commit comments