]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Upgrade RTR close connection log to INFO issue164
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Fri, 12 Dec 2025 14:29:40 +0000 (11:29 -0300)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Fri, 12 Dec 2025 14:29:40 +0000 (11:29 -0300)
It's the one from the path in which there's no POLLHUP.

For #164.

src/rtr/pdu_stream.c

index 6ae299157962e20477bde8d3501a8b9f60500c8b..232703da55b5675d2cc397d5309f2e306beee576 100644 (file)
@@ -112,8 +112,7 @@ update_buffer(struct pdu_stream *in /* "in"put stream */)
                }
 
                if (consumed == 0) {
-                       pr_op_debug("Client '%s' closed the socket.",
-                           in->addr);
+                       pr_op_info("Client '%s' closed the socket.", in->addr);
                        return BS_EOS;
                }
        }