mirror of
https://github.com/markqvist/LXMF.git
synced 2025-03-31 19:18:22 -04:00
Updated log statement
This commit is contained in:
parent
934a208965
commit
512a34e2c3
@ -1444,7 +1444,7 @@ class LXMRouter:
|
|||||||
|
|
||||||
if timestamp >= peer.peering_timebase:
|
if timestamp >= peer.peering_timebase:
|
||||||
self.peers.pop(destination_hash)
|
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):
|
def jobloop(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user