Обновление

This commit is contained in:
cfif 2025-12-09 11:17:03 +03:00
parent f12077fb68
commit 0bd6761d07
1 changed files with 2 additions and 2 deletions

View File

@ -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")
}