Skip to content

Commit 8978afe

Browse files
authored
Merge pull request #817 from starius/fix-typo
sweepbatcher: fix typo in log message
2 parents 9751780 + dba3d15 commit 8978afe

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)