From 58aae0757e1bb1944821b6090d8f55599d38293f Mon Sep 17 00:00:00 2001 From: ziggie Date: Mon, 17 Apr 2023 11:53:21 +0200 Subject: [PATCH] netann: fix logging output --- netann/chan_status_manager.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/netann/chan_status_manager.go b/netann/chan_status_manager.go index 8340c202c..518fd3970 100644 --- a/netann/chan_status_manager.go +++ b/netann/chan_status_manager.go @@ -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