small change to allow searching console output for nodes that accept incoming connections
This commit is contained in:
parent
b9b89091dc
commit
77b987c340
|
@ -136,7 +136,7 @@ class outgoingSynSender(QThread):
|
|||
rd.setup(sock,HOST,PORT,self.streamNumber,self.selfInitiatedConnectionList,objectsOfWhichThisRemoteNodeIsAlreadyAware)
|
||||
rd.start()
|
||||
printLock.acquire()
|
||||
print self, 'connected to', HOST, 'during outgoing attempt.'
|
||||
print self, 'connected to', HOST, 'during an outgoing attempt.'
|
||||
printLock.release()
|
||||
|
||||
sd = sendDataThread()
|
||||
|
|
Loading…
Reference in New Issue
Block a user