mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-13 11:09:23 +01:00
autopilot: demote node update log to debug
This commit is contained in:
parent
41617187c4
commit
8e6b903476
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue