From 2c339b927380914d008deab34c5eab5e83df9390 Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Wed, 23 Mar 2022 20:06:55 +0100 Subject: [PATCH] Changed to debug log --- main/can.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/can.cpp b/main/can.cpp index c2fdfbc..d459a67 100644 --- a/main/can.cpp +++ b/main/can.cpp @@ -294,7 +294,7 @@ void sendCanCommands() } else if (result != ESP_OK) { - ESP_LOGE(TAG, "ERROR: twai_transmit() failed after %lldms with %s", + ESP_LOGD(TAG, "ERROR: twai_transmit() failed after %lldms with %s", (timestamp_after - timestamp_before).count(), esp_err_to_name(result)); }