Ust-consumer: Add channel key to error msg on channel clear
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 11 Feb 2019 18:46:46 +0000 (13:46 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 10 Apr 2019 20:20:10 +0000 (16:20 -0400)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
src/common/ust-consumer/ust-consumer.c

index 2c8065d9b1512dc4af1bb6fda8ad0151293cd324..473c94b2313a3ee23ffd71b80a1e880827c9834c 100644 (file)
@@ -1935,7 +1935,7 @@ int lttng_ustconsumer_recv_cmd(struct lttng_consumer_local_data *ctx,
                } else {
                        ret = lttng_consumer_clear_channel(channel);
                        if (ret) {
-                               ERR("Clear channel failed");
+                               ERR("Clear channel failed key %" PRIu64, key);
                                ret_code = ret;
                        }
 
This page took 0.028221 seconds and 5 git commands to generate.