Log peer reputation on connect
This commit is contained in:
parent
47fcee4df8
commit
4241b62760
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class Peer(object):
|
|||
self.log("Getting connection (Closing %s)..." % self.connection)
|
||||
self.connection.close("Connection change")
|
||||
else:
|
||||
self.log("Getting connection...")
|
||||
self.log("Getting connection (reputation: %s)..." % self.reputation)
|
||||
|
||||
if connection: # Connection specified
|
||||
self.log("Assigning connection %s" % connection)
|
||||
|
|
Loading…
Reference in a new issue