mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
sweepbatcher: fix typo in log message
This commit is contained in:
parent
9751780fae
commit
dba3d15b02
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue