From 897ed22f67c76a3e4b2f2adfcaf92b101898339d Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Mon, 19 Feb 2024 02:47:37 +0100 Subject: [PATCH] channeld: Splice resume check should log to DEBUG You otherwise get thousands of these zero count Splice resume checks spamming your logs while most of the time it is only informing you of "nothing is happening". Reduces log noise. Signed-off-by: Warren Togami --- channeld/channeld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channeld/channeld.c b/channeld/channeld.c index 0e4e849e64b0..a1a12e104750 100644 --- a/channeld/channeld.c +++ b/channeld/channeld.c @@ -4980,7 +4980,7 @@ static void peer_reconnect(struct peer *peer, local_next_funding = (send_tlvs ? send_tlvs->next_funding : NULL); remote_next_funding = (recv_tlvs ? recv_tlvs->next_funding : NULL); - status_info("Splice resume check with local_next_funding: %s," + status_debug("Splice resume check with local_next_funding: %s," " remote_next_funding: %s, inflights: %zu", local_next_funding ? "sent" : "omitted", remote_next_funding ? "received" : "empty",