修改日志提示
continuous-integration/drone/push Build is passing Details

Test_HIR_Net8
hang 2026-03-13 09:48:12 +08:00
parent 0fdbb5dde0
commit a595ca10fe
1 changed files with 1 additions and 1 deletions

View File

@ -1068,7 +1068,7 @@ namespace IRaCIS.Core.API.Controllers
} }
catch (Exception ex) catch (Exception ex)
{ {
Log.Logger.Warning($"处理文件{study.StudyCode}DIR失败: {ex.Message}"); Log.Logger.Warning($"处理文件DIR{study.StudyDIRPath}失败: {ex.Message}");
} }
} }