Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
client/network/discovery: Log address list on trace level
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Jul 6, 2020
1 parent 1e2cc6b commit d9373b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/network/src/discovery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,8 @@ impl NetworkBehaviour for DiscoveryBehaviour {
list.extend(list_to_filter);
}

trace!(target: "sub-libp2p", "Addresses of {:?}: {:?}", peer_id, list);

list
}

Expand Down

0 comments on commit d9373b1

Please sign in to comment.