Write data payload as hex to log
This commit is contained in:
parent
68e75707e4
commit
f128c746f0
|
@ -425,7 +425,7 @@ class Pubsub:
|
|||
log.debug(
|
||||
"Topic validation failed: sender %s sent data %s under topic IDs: %s",
|
||||
f"{base58.b58encode(msg.from_id).decode()}:{msg.seqno.hex()}",
|
||||
msg.data,
|
||||
msg.data.hex(),
|
||||
msg.topicIDs,
|
||||
)
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue
Block a user