mirror of
https://github.com/lightninglabs/loop
synced 2024-11-09 19:10:47 +00:00
sweepbatcher: fix typo in log message
This commit is contained in:
parent
9751780fae
commit
dba3d15b02
@ -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…
Reference in New Issue
Block a user