mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
Move pewpew diff log into debug log
This commit is contained in:
parent
c3546c280d
commit
2d8e239fe9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue