Merge pull request #4848 from halseth/htlcswitch-log-infof

[trivial] htlcswitch: log with format
This commit is contained in:
Johan T. Halseth 2020-12-08 14:20:25 +01:00 committed by GitHub
commit f98a3c9dac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)