diff --git a/sweepbatcher/sweep_batch.go b/sweepbatcher/sweep_batch.go index 337b40a01..ce0836f9c 100644 --- a/sweepbatcher/sweep_batch.go +++ b/sweepbatcher/sweep_batch.go @@ -678,7 +678,7 @@ func (b *batch) Run(ctx context.Context) error { // Check that batch is still open. if b.state != Open { b.log.Debugf("Skipping publishing, because the"+ - "batch is not open (%v).", b.state) + " batch is not open (%v).", b.state) continue }