Skip to content

Commit cb5b3ba

Browse files
committed
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 <rusty@rustcorp.com.au>
1 parent dfb963e commit cb5b3ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

connectd/multiplex.c

+1-2
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)