Merge pull request #817 from starius/fix-typo

sweepbatcher: fix typo in log message
This commit is contained in:
Boris Nagaev 2024-09-01 22:07:26 -03:00 committed by GitHub
commit 8978afede9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
}