Fix for logging tag

This commit is contained in:
Ken Van Hoeylandt 2026-02-01 21:10:29 +01:00
parent 69878b4395
commit 5a42bb7d03

View File

@ -18,7 +18,7 @@
namespace tt::service::loader {
static const auto LOGGER = Logger("Boot");
static const auto LOGGER = Logger("Loader");
constexpr auto LOADER_TIMEOUT = (100 / portTICK_PERIOD_MS);