mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-20 04:35:31 +01:00
autopilot: demote node update log to debug
This commit is contained in:
@@ -467,7 +467,7 @@ func (a *Agent) controller() {
|
|||||||
// announcements have been updated. We will consider opening
|
// announcements have been updated. We will consider opening
|
||||||
// channels to these nodes if we haven't stabilized.
|
// channels to these nodes if we haven't stabilized.
|
||||||
case <-a.nodeUpdates:
|
case <-a.nodeUpdates:
|
||||||
log.Infof("Node updates received, assessing " +
|
log.Debugf("Node updates received, assessing " +
|
||||||
"need for more channels")
|
"need for more channels")
|
||||||
|
|
||||||
// The agent has been signalled to exit, so we'll bail out
|
// The agent has been signalled to exit, so we'll bail out
|
||||||
|
|||||||
Reference in New Issue
Block a user