Skip to content

Commit 15d0a8b

Browse files
rustyrussellcdecker
authored andcommitted
connectd: don't spam logs when we're under load.
This happens a lot with my node with rc2, so drop it to debug. Signed-off-by: Rusty Russell <[email protected]>
1 parent 2064982 commit 15d0a8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

connectd/multiplex.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@ static void close_peer_io_timeout(struct peer *peer)
104104

105105
static void close_subd_timeout(struct subd *subd)
106106
{
107-
/* BROKEN means we'll trigger CI if we see it, though it's possible */
108-
status_peer_broken(&subd->peer->id, "Subd did not close, forcing close");
107+
status_peer_debug(&subd->peer->id, "Subd did not close, forcing close");
109108
io_close(subd->conn);
110109
}
111110

0 commit comments

Comments
 (0)