peer: eliminate unnecessary log spam from received pong msgs

This commit is contained in:
Keagan McClelland
2023-09-14 15:30:49 -07:00
parent 5762061487
commit 012cc6af8c

View File

@ -1996,7 +1996,7 @@ func messageSummary(msg lnwire.Message) string {
return fmt.Sprintf("ping_bytes=%x", msg.PaddingBytes[:])
case *lnwire.Pong:
return fmt.Sprintf("pong_bytes=%x", msg.PongBytes[:])
return fmt.Sprintf("len(pong_bytes)=%d", len(msg.PongBytes[:]))
case *lnwire.UpdateFee:
return fmt.Sprintf("chan_id=%v, fee_update_sat=%v",