mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 01:43:16 +01:00
netann: fix logging output
This commit is contained in:
parent
37911e2413
commit
58aae0757e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user