From 0bd6761d078035c4e6aba9bebac11164d3d388db Mon Sep 17 00:00:00 2001 From: cfif Date: Tue, 9 Dec 2025 11:17:03 +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 --- MainModesArbiter_InitStage.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MainModesArbiter_InitStage.c b/MainModesArbiter_InitStage.c index b7c4e88..297619b 100644 --- a/MainModesArbiter_InitStage.c +++ b/MainModesArbiter_InitStage.c @@ -8,7 +8,7 @@ #define LOGGER &env->slog.logger -const char LOG_TASK_MAIN[] = "Initialization task"; +const char LOG_TASK_MAIN[] = "Init"; void Mma_InitComIntLog(tMma *env) { @@ -22,7 +22,7 @@ void Mma_InitComIntLog(tMma *env) { ); env->slog.timeout = 1000; - LoggerInfoStatic(&env->slog.logger, LOG_TASK_MAIN, "Начало логирования") + LoggerInfoStatic(&env->slog.logger, LOG_TASK_MAIN, "Start logging") }