Fix: remove debug error message
[lttng-tools.git] / src / bin / lttng-relayd / live.c
index 2f32c2537503f5ab4f04145bdefa662bf2b49500..ee3ecec65f9463b826c63732d6c53ac8dabd149a 100644 (file)
@@ -1601,7 +1601,6 @@ restart:
                                                sock_n);
 
                                if (revents & (LPOLLERR)) {
-                                       ERR("VIEWER POLL ERROR");
                                        cleanup_poll_connection(&events, pollfd);
                                        del_connection(relay_connections_ht, &iter,
                                                        relay_connection);
This page took 0.025869 seconds and 4 git commands to generate.