Skip to content

Commit 897ed22

Browse files
wtogamirustyrussell
authored andcommitted
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 <[email protected]>
1 parent cdb0001 commit 897ed22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

channeld/channeld.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4980,7 +4980,7 @@ static void peer_reconnect(struct peer *peer,
49804980
local_next_funding = (send_tlvs ? send_tlvs->next_funding : NULL);
49814981
remote_next_funding = (recv_tlvs ? recv_tlvs->next_funding : NULL);
49824982

4983-
status_info("Splice resume check with local_next_funding: %s,"
4983+
status_debug("Splice resume check with local_next_funding: %s,"
49844984
" remote_next_funding: %s, inflights: %zu",
49854985
local_next_funding ? "sent" : "omitted",
49864986
remote_next_funding ? "received" : "empty",

0 commit comments

Comments
 (0)