Fix: don't print stream name in error message
authorDavid Goulet <dgoulet@efficios.com>
Tue, 1 Apr 2014 15:36:13 +0000 (11:36 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 1 Apr 2014 15:38:12 +0000 (11:38 -0400)
commit473a744f812cc3709fd3dcf33ef7043c07a99cb1
tree85e8912103741a71476c7fcd950a7c399ad5b4dc
parentae7f78f3ce5a2df716bc3e6bcea45bff0b85df0b
Fix: don't print stream name in error message

The stream received, in per UID, is actually a temporary stream object
that only contains the UST object data which is the relevant part for
UST to use.

Thus on error the name was random data thus print the valid handle
descriptor instead of invalid data.

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