From 00623bc4311469d4b81329b31fb16dfe5302f62c Mon Sep 17 00:00:00 2001 From: RockChinQ <1010553892@qq.com> Date: Wed, 2 Aug 2023 11:35:20 +0800 Subject: [PATCH] =?UTF-8?q?typo(plugin):=20=E6=8F=92=E4=BB=B6=E6=89=A7?= =?UTF-8?q?=E8=A1=8C=E6=8A=A5=E9=94=99=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/plugin/host.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/plugin/host.py b/pkg/plugin/host.py index 51ce113..d0fcf1f 100644 --- a/pkg/plugin/host.py +++ b/pkg/plugin/host.py @@ -393,7 +393,7 @@ class PluginHost: logging.debug("插件 {} 已要求阻止事件 {} 的默认行为".format(plugin['name'], event_name)) except Exception as e: - logging.error("插件{}触发事件{}时发生错误".format(plugin['name'], event_name)) + logging.error("插件{}响应事件{}时发生错误".format(plugin['name'], event_name)) logging.error(traceback.format_exc()) # print("done:{}".format(plugin['name']))