From: Mathieu Desnoyers Date: Fri, 2 Mar 2012 19:01:42 +0000 (-0500) Subject: Fix: Use PERROR all across lttng-tools, never make it quiet X-Git-Tag: v2.0.0-rc2~9 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=4c462e790c62ed5f6c5d61b3a182762fe02f7e9a;hp=4c462e790c62ed5f6c5d61b3a182762fe02f7e9a;p=lttng-tools.git 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 ---