mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-12 18:49:42 +01:00
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 <wtogami@gmail.com>
This commit is contained in:
parent
cdb0001ce6
commit
897ed22f67
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue