mirror of
https://github.com/markqvist/LXMF.git
synced 2025-07-13 10:29:31 -04:00
Updated log statement
This commit is contained in:
parent
934a208965
commit
512a34e2c3
1 changed files with 1 additions and 1 deletions
|
@ -1444,7 +1444,7 @@ class LXMRouter:
|
|||
|
||||
if timestamp >= peer.peering_timebase:
|
||||
self.peers.pop(destination_hash)
|
||||
RNS.log(str(self.propagation_destination)+" broke peering with "+str(peer.destination))
|
||||
RNS.log("Broke peering with "+str(peer.destination))
|
||||
|
||||
|
||||
def jobloop(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue