mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 14:27:57 +00:00
Small improvement to network log line (#8811)
* Small improvement to network log line
* Use {:?} for the set_id
This commit is contained in:
@@ -1765,7 +1765,7 @@ impl NetworkBehaviour for Notifications {
|
||||
*c == connection && matches!(s, ConnectionState::Opening))
|
||||
{
|
||||
if !any_open {
|
||||
trace!(target: "sub-libp2p", "External API <= Open({:?})", source);
|
||||
trace!(target: "sub-libp2p", "External API <= Open({}, {:?})", source, set_id);
|
||||
let event = NotificationsOut::CustomProtocolOpen {
|
||||
peer_id: source,
|
||||
set_id,
|
||||
|
||||
Reference in New Issue
Block a user