small change to allow searching console output for nodes that accept incoming connections

This commit is contained in:
Jonathan Warren 2013-03-26 12:19:18 -04:00
parent b9b89091dc
commit 77b987c340
1 changed files with 1 additions and 1 deletions

View File

@ -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()