This commit is contained in:
alex.sharov 2023-04-19 12:41:46 +07:00
parent 6ed147b327
commit 224cf6c513

View File

@ -334,7 +334,7 @@ func (q *ResultsQueue) Drain(ctx context.Context) error {
msg = append(msg, t.TxNum) msg = append(msg, t.TxNum)
} }
} }
log.Warn("[dbg] before drain resultqueue", "txnum", strings.Join(msg)) log.Warn("[dbg] before drain resultqueue", "txnum", strings.Join(msg, ","))
q.Unlock() q.Unlock()
select { select {