From 8a9866d90755fb3c13a8da362a36a2735179f3b7 Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Sat, 1 Jul 2023 23:29:04 +0300 Subject: [PATCH] ... --- src/core/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/__init__.py b/src/core/__init__.py index 8067fcc..fbea641 100644 --- a/src/core/__init__.py +++ b/src/core/__init__.py @@ -45,7 +45,7 @@ config_provider = ConfigProvider(config_path) config = config_provider.open_config() if config.Server['debug'] is True: utils.set_debug_status() - log.info("Getting new loggen with DEBUG level!") + log.info("Getting new logging with DEBUG level!") log = utils.get_logger("main") log.debug("Debug mode enabled!") log.debug(f"Server config: {config}")