From: David Goulet Date: Fri, 27 Sep 2013 20:35:22 +0000 (-0400) Subject: Fix: remove debug error message X-Git-Tag: v2.4.0-rc1~131 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=52c81090c70c2f78e39374f8f004335b1112c189 Fix: remove debug error message Signed-off-by: David Goulet --- diff --git a/src/bin/lttng-relayd/live.c b/src/bin/lttng-relayd/live.c index 2f32c2537..ee3ecec65 100644 --- a/src/bin/lttng-relayd/live.c +++ b/src/bin/lttng-relayd/live.c @@ -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);