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