mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-19 20:25:51 +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
|
||||
// channels to these nodes if we haven't stabilized.
|
||||
case <-a.nodeUpdates:
|
||||
log.Infof("Node updates received, assessing " +
|
||||
log.Debugf("Node updates received, assessing " +
|
||||
"need for more channels")
|
||||
|
||||
// The agent has been signalled to exit, so we'll bail out
|
||||
|
||||
Reference in New Issue
Block a user