better error message

This commit is contained in:
rusefi 2017-04-08 20:31:59 -04:00
parent e1264ad941
commit c803cf6f77
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}