Fix: remove debug error message
authorDavid Goulet <dgoulet@efficios.com>
Fri, 27 Sep 2013 20:35:22 +0000 (16:35 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 27 Sep 2013 22:28:47 +0000 (18:28 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
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.026067 seconds and 4 git commands to generate.