Merge pull request #7604 from ziggie1984/fmt-fix

Log Output Fix (Missing Value)
This commit is contained in:
Oliver Gugger
2023-04-18 11:04:54 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -76,6 +76,9 @@ available](https://github.com/lightningnetwork/lnd/pull/7529).
* [Put back P2TR as default change type
in batch_open_channel](https://github.com/lightningnetwork/lnd/pull/7603).
* [Fix log output](https://github.com/lightningnetwork/lnd/pull/7604).
# Contributors (Alphabetical Order)

View File

@@ -398,7 +398,9 @@ func (m *ChanStatusManager) processEnableRequest(outpoint wire.OutPoint,
// Channel is already enabled, nothing to do.
case ChanStatusEnabled:
log.Debugf("Channel(%v) already enabled, skipped announcement")
log.Debugf("Channel(%v) already enabled, skipped "+
"announcement", outpoint)
return nil
// The channel is enabled, though we are now canceling the scheduled