Changed note concerning RSA decryption to be more clear

This commit is contained in:
Jonathan Warren 2013-02-06 16:28:18 -05:00
parent 9b32261053
commit a9147bb215
1 changed files with 1 additions and 1 deletions

View File

@ -970,7 +970,7 @@ class receiveDataThread(QThread):
self.emit(SIGNAL("updateStatusBar(PyQt_PyObject)"),statusbar)
else:
printLock.acquire()
print 'RSA decryption unsuccessful.'
print 'Could not decrypt with any RSA keys if you have any.'
printLock.release()
infile.close()
outfile.close()