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.setup(sock,HOST,PORT,self.streamNumber,self.selfInitiatedConnectionList,objectsOfWhichThisRemoteNodeIsAlreadyAware)
|
||||||
rd.start()
|
rd.start()
|
||||||
printLock.acquire()
|
printLock.acquire()
|
||||||
print self, 'connected to', HOST, 'during outgoing attempt.'
|
print self, 'connected to', HOST, 'during an outgoing attempt.'
|
||||||
printLock.release()
|
printLock.release()
|
||||||
|
|
||||||
sd = sendDataThread()
|
sd = sendDataThread()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user