making error more visible

only:hellen-honda-k
This commit is contained in:
rusefillc 2024-09-29 16:38:43 -04:00
parent d5c97107e9
commit ee4124717f
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ CanTxMessage::~CanTxMessage() {
auto device = s_devices[busIndex];
if (!device) {
warning(ObdCode::CUSTOM_ERR_CAN_CONFIGURATION, "Send: CAN configuration issue %d", busIndex);
criticalError("Send: CAN device not configured busIndex=%d", busIndex);
return;
}