Skip to content

Commit

Permalink
sweepbatcher: fix typo in log message
Browse files Browse the repository at this point in the history
  • Loading branch information
starius committed Sep 1, 2024
1 parent 9751780 commit dba3d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sweepbatcher/sweep_batch.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit dba3d15

Please sign in to comment.