Skip to content

Commit

Permalink
Merge pull request lightninglabs#817 from starius/fix-typo
Browse files Browse the repository at this point in the history
sweepbatcher: fix typo in log message
  • Loading branch information
starius authored Sep 2, 2024
2 parents 9751780 + dba3d15 commit 8978afe
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 8978afe

Please sign in to comment.