projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24bc084
)
Fix: remove debug error message
author
David Goulet
<dgoulet@efficios.com>
Fri, 27 Sep 2013 20:35:22 +0000
(16:35 -0400)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/lttng-relayd/live.c
b/src/bin/lttng-relayd/live.c
index 2f32c2537503f5ab4f04145bdefa662bf2b49500..ee3ecec65f9463b826c63732d6c53ac8dabd149a 100644
(file)
--- 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);
This page took
0.029741 seconds
and
4
git commands to generate.