From 64ef4ea0f27b0f8a093465c7652fd578ed4e310c Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Fri, 19 Sep 2025 17:49:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=A7=E7=BB=AD=E5=A2=9E=E5=8A=A0=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRC.Core.SCP/Service/CStoreSCPService.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IRC.Core.SCP/Service/CStoreSCPService.cs b/IRC.Core.SCP/Service/CStoreSCPService.cs index 96d2557d7..b6951ad65 100644 --- a/IRC.Core.SCP/Service/CStoreSCPService.cs +++ b/IRC.Core.SCP/Service/CStoreSCPService.cs @@ -530,6 +530,8 @@ namespace IRaCIS.Core.SCP.Service public Task OnCStoreRequestExceptionAsync(string tempFileName, Exception e) { + Log.Logger.Warning($"CStoreRequestException {tempFileName} {e?.Message} {e?.InnerException?.Message}"); + // let library handle logging and error response return Task.CompletedTask; }