Fix: change perror to debug statement
authorDavid Goulet <dgoulet@efficios.com>
Wed, 19 Dec 2012 23:11:12 +0000 (18:11 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 19 Dec 2012 23:11:12 +0000 (18:11 -0500)
commit3448e2667be7445ae7630a18c2ab32cb2bcdd174
tree1670d4a93d11785e03e24a5c05407bc21b571360
parentd7b75ec82e5affcfec20e4bc6b208648aa0f58ba
Fix: change perror to debug statement

Most of the changes here remove a double PERROR which is done by the
transport layer. So we notify in the debug message to understand where
the transport error was.

Also, don't print an error if the relayd is not found. This is possible
if the relayd dies so an error here is useless to the common user but
useful as a debug statement.

Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/consumer.c
src/common/kernel-consumer/kernel-consumer.c
src/common/ust-consumer/ust-consumer.c
This page took 0.025433 seconds and 4 git commands to generate.