Fix a logging call

This commit is contained in:
Ian Renton
2026-06-30 21:15:16 +01:00
parent 565a3f7564
commit 88923bc96e
9 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -312,7 +312,7 @@ class Spot:
self.propagation_mode = PROPAGATION_MODES[mode_tag]
else:
self.propagation_mode = mode_tag
logging.info("Seen a new propagation mode tag not yet in the system: {}", mode_tag)
logging.info("Seen a new propagation mode tag not yet in the system: %s", mode_tag)
# DX Grid to lat/lon and vice versa in case one is missing
if self.dx_grid and not self.dx_latitude: