Skip to content

Commit

Permalink
bad debug log.
Browse files Browse the repository at this point in the history
  • Loading branch information
caedesvvv committed May 7, 2014
1 parent 47021f3 commit 9485c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/p2p.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def init_peer(self, msg):
self._peers[uri] = PeerConnection(uri, self)

def remove_peer(self, uri):
self.log.info("Removing peer " + uri )
self.log("Removing peer " + uri )
del self._peers[uri]

self.log.debug("Peers " + str(self._peers) )
Expand Down

0 comments on commit 9485c12

Please sign in to comment.