htlcswitch: log with format

This commit is contained in:
Johan T. Halseth
2020-12-08 13:54:41 +01:00
parent 669663bfc2
commit 1a35c0055b

View File

@@ -936,7 +936,7 @@ func (s *Switch) parseFailedPayment(deobfuscator ErrorDecrypter,
OutgoingFailureOnChainTimeout,
)
log.Info("%v: hash=%v, pid=%d",
log.Infof("%v: hash=%v, pid=%d",
linkError.FailureDetail.FailureString(),
paymentHash, paymentID)