From f114ecfe13f36b705718f109e1d29c27a2ab7f20 Mon Sep 17 00:00:00 2001 From: Carsten Otto Date: Thu, 23 Nov 2023 15:28:04 +0100 Subject: [PATCH] fix log output --- process.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process.go b/process.go index a88ad14..d97b52f 100644 --- a/process.go +++ b/process.go @@ -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,