mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-27 21:27:44 +02:00
Merge pull request #7604 from ziggie1984/fmt-fix
Log Output Fix (Missing Value)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user