Merge pull request #98 from C-Otto/fix-log

fix log output
This commit is contained in:
Carla Kirk-Cohen 2024-05-24 10:43:50 -04:00 committed by GitHub
commit bce52db8b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -260,7 +260,7 @@ func (p *process) createPeerController(ctx context.Context, peer route.Vertex,
// restart. We don't store these htlcs because they have
// incomplete information (missing add time and amounts).
if htlc.addTime.IsZero() {
log.Debug("Not storing incomplete htlc resumed after "+
log.Debugf("Not storing incomplete htlc resumed after "+
"restart: %v (%v) -> %v (%v)",
htlc.incomingCircuit.channel,
htlc.incomingCircuit.htlc,