Fix: report UST consumer channel creation error
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 22 Sep 2014 16:39:08 +0000 (12:39 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Thu, 25 Sep 2014 15:13:23 +0000 (11:13 -0400)
commitf14256d650ba78aa23c87a1f35c0c66656cb9e06
tree1b565d62c656d76b507c14f00858c6eb65d30112
parent504d4ace8d2c38787fe40b7e74cbb932cb7f3d89
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 <mathieu.desnoyers@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/ust-app.c
This page took 0.026423 seconds and 5 git commands to generate.