Move pewpew diff log into debug log

This commit is contained in:
Alex Bosworth 2018-11-01 17:46:03 -07:00 committed by GitHub
parent c3546c280d
commit 2d8e239fe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1671,7 +1671,7 @@ out:
// Otherwise, we'll log this diff, then accumulate the
// new stats into the running total.
log.Infof("Sent %d satoshis and received %d satoshis "+
log.Debugf("Sent %d satoshis and received %d satoshis "+
"in the last 10 seconds (%f tx/sec)",
diffSatSent, diffSatRecv,
float64(diffNumUpdates)/10)