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:09 +0000 (11:38 -0400)
commit532db6f2ceab986c006f44af971c58da991af97c
tree199165dd13727691cb6348430673cb96b3226add
parenta5b55f387c87048e4154fff9ed58124ae860a9c7
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.026937 seconds and 4 git commands to generate.