From 82830f995c561567c84b8ea74bc270ae0b488d30 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Mon, 22 May 2023 16:52:50 +1000 Subject: Fix some logging, add transition to missing storage --- src/system_fsm/booting.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/system_fsm/booting.cpp') diff --git a/src/system_fsm/booting.cpp b/src/system_fsm/booting.cpp index a2a920c8..d9ee6e45 100644 --- a/src/system_fsm/booting.cpp +++ b/src/system_fsm/booting.cpp @@ -74,7 +74,7 @@ auto Booting::entry() -> void { } auto Booting::react(const BootComplete& ev) -> void { - ESP_LOGE(kTag, "bootup completely successfully"); + ESP_LOGI(kTag, "bootup completely successfully"); // It's possible that the SAMD is currently exposing the SD card as a USB // device. Make sure we don't immediately try to claim it. if (sSamd && sSamd->ReadUsbMscStatus() == -- cgit v1.2.3