typo in error message
This commit is contained in:
parent
c370e4fddf
commit
ddab2acb9f
|
@ -225,7 +225,7 @@ void TriggerCentral::handleShaftSignal(trigger_event_e signal DECLARE_ENGINE_PAR
|
||||||
|
|
||||||
if (triggerState.triggerDefinitionError) {
|
if (triggerState.triggerDefinitionError) {
|
||||||
// trigger is broken, we cannot do anything here
|
// trigger is broken, we cannot do anything here
|
||||||
warning(CUSTOM_ERR_6144, "Sgaft event while trigger is mis-configured");
|
warning(CUSTOM_ERR_6144, "Shaft event while trigger is mis-configured");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue