继续增加日志
continuous-integration/drone/push Build is passing Details

Test_HIR_Net8
hang 2025-09-19 17:49:17 +08:00
parent b293559225
commit 64ef4ea0f2
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}