From: Mathieu Desnoyers Date: Mon, 22 Sep 2014 16:39:08 +0000 (-0400) Subject: Fix: report UST consumer channel creation error X-Git-Tag: v2.6.0-rc1~47 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=f14256d650ba78aa23c87a1f35c0c66656cb9e06;hp=f14256d650ba78aa23c87a1f35c0c66656cb9e06;p=lttng-tools.git Fix: report UST consumer channel creation error The session daemon reports no error whatsoever when the consumer daemon fails to create a channel. We don't want to print errors when failing to send the channel to the UST application though, because the application may be concurrently exiting. So only print those errors when receiving reply from the consumerd. Signed-off-by: Mathieu Desnoyers Signed-off-by: David Goulet ---