From 263e051f137cc736c18f64c9338894876fbd8136 Mon Sep 17 00:00:00 2001 From: cfif Date: Thu, 18 Dec 2025 16:11:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VarTabDumpObserver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VarTabDumpObserver.c b/VarTabDumpObserver.c index 489262b..98921ab 100644 --- a/VarTabDumpObserver.c +++ b/VarTabDumpObserver.c @@ -9,7 +9,7 @@ #define LOGGER env->logger -#define LOG_SIGN "Хран.Наб." +#define LOG_SIGN "Storage" void VarsTabDumpObserver_Init( tVarsTabDumpObserver *env, @@ -142,7 +142,7 @@ bool VarsTabDumpObserverCalib_Dump(tVarsTabDumpObserver *env) { bool VarsTabDumpObserverParam_Dump(tVarsTabDumpObserver *env) { - LoggerInfoStatic(LOGGER, LOG_SIGN, "Parameters. Attempting to write to ROM") + LoggerInfoStatic(LOGGER, LOG_SIGN, "Parameters: Attempting to write to ROM") // if (env->logger) {