Skip to content

Commit d3c2e69

Browse files
committed
chore: update
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent f1896c4 commit d3c2e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queue.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func (q *Queue) Shutdown() {
101101
}
102102

103103
if q.metric.BusyWorkers() > 0 {
104-
q.logger.Infof("shutdown all woker numbers: %d", q.metric.BusyWorkers())
104+
q.logger.Infof("shutdown all tasks: %d workers", q.metric.BusyWorkers())
105105
}
106106

107107
q.stopOnce.Do(func() {

0 commit comments

Comments
 (0)