loopout: remove double space in log message

pull/487/head
Carsten Otto 2 years ago
parent dee7542b36
commit b0044e0994

@ -899,7 +899,7 @@ func (s *loopOutSwap) waitForConfirmedHtlc(globalCtx context.Context) (
return nil, nil
}
s.log.Infof("Waiting for either htlc on-chain confirmation or " +
" off-chain payment failure")
"off-chain payment failure")
loop:
for {
select {

Loading…
Cancel
Save