mirror of
https://github.com/vacp2p/nim-libp2p-experimental.git
synced 2025-01-12 19:34:23 +00:00
one more log fix
This commit is contained in:
parent
76853f064a
commit
c6c2d99907
@ -510,7 +510,8 @@ method publish*(g: GossipSub,
|
|||||||
msg = Message.init(g.peerInfo, data, topic, g.sign)
|
msg = Message.init(g.peerInfo, data, topic, g.sign)
|
||||||
msgId = g.msgIdProvider(msg)
|
msgId = g.msgIdProvider(msg)
|
||||||
|
|
||||||
trace "publishing on topic", name = topic, peers = peers, msg = msg.shortLog()
|
trace "publishing on topic",
|
||||||
|
topic, peers = peers.len, msg = msg.shortLog()
|
||||||
if msgId notin g.mcache:
|
if msgId notin g.mcache:
|
||||||
g.mcache.put(msgId, msg)
|
g.mcache.put(msgId, msg)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user