Fix: Use PERROR all across lttng-tools, never make it quiet
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 2 Mar 2012 19:01:42 +0000 (14:01 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 2 Mar 2012 19:01:42 +0000 (14:01 -0500)
commit4c462e790c62ed5f6c5d61b3a182762fe02f7e9a
treeb01627608405aca246c2239f424bf715eee0ae05
parent799e2c4f4ecb595fcb52c3e6affd3b4ec7b5b24e
Fix: Use PERROR all across lttng-tools, never make it quiet

We never want to hide these errors, even in quiet mode. For those
"errors" that are expected and part of the normal operation (e.g. send
consumer channel: Socket operation on non-socket), we will have to
handle the return values and errno explicitly in the code.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/bin/lttng/utils.c
src/common/compat/compat-epoll.c
src/common/consumer.c
src/common/error.h
src/common/runas.c
src/common/sessiond-comm/sessiond-comm.c
src/common/ust-consumer/ust-consumer.c
This page took 0.025079 seconds and 4 git commands to generate.