Skip to content

Commit

Permalink
Merge pull request OpenBazaar#558 from benemorius/fixbuild
Browse files Browse the repository at this point in the history
fix build
  • Loading branch information
dionyziz committed Sep 13, 2014
2 parents 916f368 + 2966523 commit 96132fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node/dht.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def timeout(peer=None):
self.knownNodes.remove(peer)
Timer(60, timeout, [peer_tuple]).start()

self.log.info('New peer seen; starting handshake - %s %s %s' %
self.log.info('New peer seen; starting handshake - %s %s %s' %
(uri, guid, nickname))

new_peer = self.transport.get_crypto_peer(guid,
Expand Down
3 changes: 2 additions & 1 deletion node/transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,8 @@ def shutdown(self):
if self.ctx is not None:
print "TransportLayer.shutdown() destroying zmq ctx sockets."
self.ctx.destroy(linger=None)



class CryptoTransportLayer(TransportLayer):

def __init__(self, my_ip, my_port, market_id, db, bm_user=None, bm_pass=None,
Expand Down

0 comments on commit 96132fe

Please sign in to comment.