This commit is contained in:
智能大石头 2025-07-30 14:07:36 +08:00
parent f8c93898fc
commit 0d87aa9963
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ public abstract class Handler : IExtend, ITracerFeature, ILogFeature
if (!Active) return false;
using var span = Tracer?.NewSpan($"job:{Name}:Stop", reason);
WriteLog("停止工作");
WriteLog("停止工作 {0}", reason);
Active = false;