diff --git a/firmware/controllers/trigger/spark_logic.cpp b/firmware/controllers/trigger/spark_logic.cpp index 6f9ccf3349..8f3d36a9b3 100644 --- a/firmware/controllers/trigger/spark_logic.cpp +++ b/firmware/controllers/trigger/spark_logic.cpp @@ -126,7 +126,7 @@ static ALWAYS_INLINE void handleSparkEvent(bool limitedSpark, uint32_t trgEventI const floatms_t dwellMs = ENGINE(engineState.sparkDwell); if (cisnan(dwellMs) || dwellMs <= 0) { - warning(CUSTOM_DWELL, "invalid dwell: %f at %d", dwellMs, rpm); + warning(CUSTOM_DWELL, "invalid dwell to handle: %f at %d", dwellMs, rpm); return; }