mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-20 13:04:28 +02:00
multi: enhance loggings and fix logging format
Also adds TODO for a possible bug.
This commit is contained in:
@@ -1898,7 +1898,7 @@ func messageSummary(msg lnwire.Message) string {
|
||||
return fmt.Sprintf("type=%d", msg.Type)
|
||||
}
|
||||
|
||||
return ""
|
||||
return fmt.Sprintf("unknown msg type=%T", msg)
|
||||
}
|
||||
|
||||
// logWireMessage logs the receipt or sending of particular wire message. This
|
||||
|
Reference in New Issue
Block a user