From f8475d9a806eea5f36d4d097b5bd626cf53d149a Mon Sep 17 00:00:00 2001 From: meng_xi_pan Date: Wed, 9 Apr 2025 18:22:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E7=82=B9=E7=82=B9?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/willing/willing_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/willing/willing_manager.py b/src/plugins/willing/willing_manager.py index a3ee0842b..f1cc24e4f 100644 --- a/src/plugins/willing/willing_manager.py +++ b/src/plugins/willing/willing_manager.py @@ -78,7 +78,7 @@ class BaseWillingManager(ABC): except (ImportError, AttributeError, TypeError) as e: module = importlib.import_module(".mode_classical", __package__) manager_class = module.ClassicalWillingManager - logger.info("未找到当前意愿模式对应文件,使用经典配方~") + logger.info(f"载入当前意愿模式{manager_type}失败,使用经典配方~~~~") return manager_class() def __init__(self):