From 336e2a2c400d87728a8fad20351ef5f7535e3781 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Thu, 12 Feb 2026 01:14:49 +0800 Subject: [PATCH] fix: update error logging message for connection failures --- astrbot/core/utils/network_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrbot/core/utils/network_utils.py b/astrbot/core/utils/network_utils.py index feb234a30..7c0f13049 100644 --- a/astrbot/core/utils/network_utils.py +++ b/astrbot/core/utils/network_utils.py @@ -78,7 +78,7 @@ def log_connection_failure( ) else: logger.error( - f"[{provider_label}] 网络连接失败 ({error_type}),未配置代理。错误: {error}" + f"[{provider_label}] 网络连接失败 ({error_type})。错误: {error}" )