More bug fixes

This commit is contained in:
Erik Johnston 2014-12-08 14:50:48 +00:00
parent ba3d1e2fc0
commit ee3df06183
5 changed files with 20 additions and 13 deletions

View file

@ -713,7 +713,7 @@ class _TransactionQueue(object):
# table and we'll get back to it later.
destinations = set(destinations)
destinations.remove(self.server_name)
destinations.discard(self.server_name)
logger.debug("Sending to: %s", str(destinations))