From 509c7ee900a5b29f9c339ee0b3522e0760f303c6 Mon Sep 17 00:00:00 2001 From: proddy Date: Wed, 12 Jun 2024 10:22:53 +0200 Subject: [PATCH] text changes --- src/emsesp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emsesp.cpp b/src/emsesp.cpp index 01e55dfa4..9ec794b44 100644 --- a/src/emsesp.cpp +++ b/src/emsesp.cpp @@ -1591,7 +1591,7 @@ void EMSESP::start() { nvs_.begin("ems-esp", false, "nvs"); // fallback to small nvs } #ifndef EMSESP_STANDALONE - LOG_INFO("Starting EMS-ESP version %s from partition %s", EMSESP_APP_VERSION, esp_ota_get_running_partition()->label); // welcome message + LOG_INFO("Starting EMS-ESP version %s from %s partition", EMSESP_APP_VERSION, esp_ota_get_running_partition()->label); // welcome message #else LOG_INFO("Starting EMS-ESP version %s", EMSESP_APP_VERSION); // welcome message #endif