minor logging trick

This commit is contained in:
Andrey 2024-09-11 20:29:01 -04:00
parent ebc5f513ce
commit f14c5cd624
1 changed files with 1 additions and 1 deletions

View File

@ -541,7 +541,7 @@ expected<TriggerDecodeResult> TriggerDecoderBase::decodeTriggerEvent(
}
#if EFI_UNIT_TEST
if (printTriggerTrace) {
printf("decodeTriggerEvent %s isSynchronizationPoint=%d index=%d %s\r\n",
printf("decodeTriggerEvent gap %s isSynchronizationPoint=%d index=%d %s\r\n",
getTrigger_type_e(triggerConfiguration.TriggerType.type),
isSynchronizationPoint, currentCycle.current_index,
getTrigger_event_e(signal));