diff --git a/components/esp_system/port/brownout.c b/components/esp_system/port/brownout.c index 0f062df377..4a501c0bb0 100644 --- a/components/esp_system/port/brownout.c +++ b/components/esp_system/port/brownout.c @@ -57,7 +57,7 @@ IRAM_ATTR static void rtc_brownout_isr_handler(void *arg) } else #endif // CONFIG_SPI_FLASH_BROWNOUT_RESET { - ESP_DRAM_LOGI(TAG, "Brownout detector was triggered\r\n\r\n"); + ESP_DRAM_LOGE(TAG, "Brownout detector was triggered\r\n\r\n"); } // Flush any data left in UART FIFOs