Various fixes #771

Merged
Atheros1 merged 3 commits from master into master 2015-01-28 21:07:41 +01:00
Showing only changes of commit 0c7330f900 - Show all commits

View File

@ -479,7 +479,7 @@ class receiveDataThread(threading.Thread):
payload, = row payload, = row
self.sendObject(payload) self.sendObject(payload)
else: else:
logger.warning('%s asked for an object with a getdata which is not in either our memory inventory or our SQL inventory. We probably cleaned it out after advertising it but before they got around to asking for it.' % self.peer) logger.warning('%s asked for an object with a getdata which is not in either our memory inventory or our SQL inventory. We probably cleaned it out after advertising it but before they got around to asking for it.' % (self.peer,))
# Our peer has requested (in a getdata message) that we send an object. # Our peer has requested (in a getdata message) that we send an object.
def sendObject(self, payload): def sendObject(self, payload):