Skip to content

Commit

Permalink
Merge pull request #98 from C-Otto/fix-log
Browse files Browse the repository at this point in the history
fix log output
  • Loading branch information
carlaKC authored May 24, 2024
2 parents 60b70d9 + f114ecf commit bce52db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bce52db

Please sign in to comment.