better logging

This commit is contained in:
rusefi 2018-03-04 20:43:38 -05:00
parent 4e361d10e4
commit 98055ca350
1 changed files with 4 additions and 0 deletions

View File

@ -581,6 +581,10 @@ void onConfigurationChangeTriggerCallback(engine_configuration_s *previousConfig
engine->triggerCentral.triggerShape.initializeTriggerShape(logger PASS_ENGINE_PARAMETER_SUFFIX);
#endif
}
#if EFI_DEFAILED_LOGGING
scheduleMsg(logger, "isTriggerConfigChanged=%d", isTriggerConfigChanged);
#endif /* EFI_DEFAILED_LOGGING */
// we do not want to miss two updates in a row
isTriggerConfigChanged = isTriggerConfigChanged || changed;
}