mirror of https://github.com/vacp2p/nim-libp2p.git
move trace log
This commit is contained in:
parent
82b4ed8f44
commit
ee281310c0
|
@ -51,8 +51,8 @@ proc isConnected*(p: PubSubPeer): bool =
|
|||
(not isNil(p.sendConn))
|
||||
|
||||
proc `conn=`*(p: PubSubPeer, conn: Connection) =
|
||||
trace "attaching send connection for peer", peer = p.id
|
||||
if not(isNil(conn)):
|
||||
trace "attaching send connection for peer", peer = p.id
|
||||
p.sendConn = conn
|
||||
p.onConnect.fire()
|
||||
|
||||
|
|
Loading…
Reference in New Issue