From 05b84ba24060e58883755bbd9302b8cae33769ab Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 11 Aug 2022 00:56:38 +0100 Subject: [PATCH] Fix typo --- hblink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hblink.py b/hblink.py index f805208..be30130 100755 --- a/hblink.py +++ b/hblink.py @@ -493,7 +493,7 @@ class OPENBRIDGE(DatagramProtocol): #Discard old packets if (int.from_bytes(_timestamp,'big')/1000000000) < (time() - 5): if _stream_id not in self._laststrid: - logger.warning('(%s) Packet from server % more than 5s old!, discarding', self._system,int.from_bytes(_source_server,'big')) + logger.warning('(%s) Packet from server %s more than 5s old!, discarding', self._system,int.from_bytes(_source_server,'big')) self.send_bcsq(_dst_id,_stream_id) self._laststrid.append(_stream_id) return