autopilot: demote node update log to debug

This commit is contained in:
Olaoluwa Osuntokun 2019-06-13 16:39:46 -07:00
parent 41617187c4
commit 8e6b903476
No known key found for this signature in database
GPG Key ID: CE58F7F8E20FD9A2

View File

@ -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