mirror of
https://github.com/craigerl/aprsd.git
synced 2025-06-25 21:45:25 -04:00
Update the packet_dupe_timeout warning
The warning text was hardcoded at the old 60 second value, instead of using the config option.
This commit is contained in:
parent
5ae45ce42f
commit
bf905a0e9f
@ -112,7 +112,7 @@ class APRSDPluginRXThread(APRSDRXThread):
|
|||||||
else:
|
else:
|
||||||
LOG.warning(
|
LOG.warning(
|
||||||
f"Packet {packet.from_call}:{packet.msgNo} already tracked "
|
f"Packet {packet.from_call}:{packet.msgNo} already tracked "
|
||||||
"but older than 60 seconds. processing.",
|
f"but older than {CONF.packet_dupe_timeout} seconds. processing.",
|
||||||
)
|
)
|
||||||
pkt_list.rx(packet)
|
pkt_list.rx(packet)
|
||||||
self.packet_queue.put(packet)
|
self.packet_queue.put(packet)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user