We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb963e commit cb5b3baCopy full SHA for cb5b3ba
connectd/multiplex.c
@@ -104,8 +104,7 @@ static void close_peer_io_timeout(struct peer *peer)
104
105
static void close_subd_timeout(struct subd *subd)
106
{
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");
+ status_peer_debug(&subd->peer->id, "Subd did not close, forcing close");
109
io_close(subd->conn);
110
}
111
0 commit comments