Skip to content

Commit 0d87aa9

Browse files
committed
reason
1 parent f8c9389 commit 0d87aa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AntJob/Handler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public virtual Boolean Stop(String reason)
122122
if (!Active) return false;
123123

124124
using var span = Tracer?.NewSpan($"job:{Name}:Stop", reason);
125-
WriteLog("停止工作");
125+
WriteLog("停止工作 {0}", reason);
126126

127127
Active = false;
128128

0 commit comments

Comments
 (0)