Updated log statement

This commit is contained in:
Mark Qvist 2021-10-10 00:14:04 +02:00
parent 934a208965
commit 512a34e2c3

View File

@ -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):