Skip to content

Commit 9cdcaf5

Browse files
authored
Update queue.go
1 parent 65c7fd6 commit 9cdcaf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kq/queue.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ func (q *kafkaQueue) Start() {
192192
close(q.channel)
193193
q.consumerRoutines.Wait()
194194

195-
logx.Infof("Consumer %s is closed", q.c.Name)
195+
logx.Infof("Consumer %s is closed", q.c.Name)
196196
}
197197
}
198198

0 commit comments

Comments
 (0)