mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
fix logging bug
This commit is contained in:
@ -539,6 +539,7 @@ class Pubsub:
|
|||||||
except ValidationError:
|
except ValidationError:
|
||||||
logger.debug(
|
logger.debug(
|
||||||
"Topic validation failed: sender %s sent data %s under topic IDs: %s %s:%s",
|
"Topic validation failed: sender %s sent data %s under topic IDs: %s %s:%s",
|
||||||
|
msg_forwarder,
|
||||||
msg.data.hex(),
|
msg.data.hex(),
|
||||||
msg.topicIDs,
|
msg.topicIDs,
|
||||||
base58.b58encode(msg.from_id).decode(),
|
base58.b58encode(msg.from_id).decode(),
|
||||||
|
|||||||
Reference in New Issue
Block a user