From f232660e17f9dfe642f986ebb0de34a3c8f24c83 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Tue, 7 Mar 2023 19:49:29 +0100 Subject: fix typo in log message --- fietsboek/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fietsboek/actions.py b/fietsboek/actions.py index 0adac94..16631b2 100644 --- a/fietsboek/actions.py +++ b/fietsboek/actions.py @@ -191,7 +191,7 @@ def execute_transformers(request: Request, track: models.Track) -> Optional[gpxp serialized = [[tfm.identifier(), tfm.parameters.dict()] for tfm in settings] if serialized == track.transformers: - LOGGER.debug("Applied transformations mach on %d, skipping", track.id) + LOGGER.debug("Applied transformations match on %d, skipping", track.id) return None # We always start with the backup, that way we don't get "deepfried GPX" -- cgit v1.2.3