utxonursery: demote building nursery report log to debug

Log can be pretty spammy when using the pendingchannels rpc, which
creates a log for each closing channel. Should help clear up logs for
more pertinent information.
This commit is contained in:
Conner Fromknecht 2019-08-15 16:15:22 -07:00
parent e2a53f71d0
commit c9a6d5bad5
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

View File

@ -498,7 +498,7 @@ func (u *utxoNursery) NurseryReport(
u.mu.Lock()
defer u.mu.Unlock()
utxnLog.Infof("NurseryReport: building nursery report for channel %v",
utxnLog.Debugf("NurseryReport: building nursery report for channel %v",
chanPoint)
report := &contractMaturityReport{}