Skip to content

Commit dba3d15

Browse files
committed
sweepbatcher: fix typo in log message
1 parent 9751780 commit dba3d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sweepbatcher/sweep_batch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ func (b *batch) Run(ctx context.Context) error {
678678
// Check that batch is still open.
679679
if b.state != Open {
680680
b.log.Debugf("Skipping publishing, because the"+
681-
"batch is not open (%v).", b.state)
681+
" batch is not open (%v).", b.state)
682682
continue
683683
}
684684

0 commit comments

Comments
 (0)