mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Remove useless protocol_ids in logging
This commit is contained in:
@ -137,11 +137,7 @@ class Swarm(INetwork):
|
|||||||
:param protocol_id: protocol id
|
:param protocol_id: protocol id
|
||||||
:return: net stream instance
|
:return: net stream instance
|
||||||
"""
|
"""
|
||||||
logger.debug(
|
logger.debug("attempting to open a stream to peer %s", peer_id)
|
||||||
"attempting to open a stream to peer %s, over one of the protocols %s",
|
|
||||||
peer_id,
|
|
||||||
protocol_ids,
|
|
||||||
)
|
|
||||||
|
|
||||||
swarm_conn = await self.dial_peer(peer_id)
|
swarm_conn = await self.dial_peer(peer_id)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user