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>
Mon, 18 Feb 2019 19:25:02 +0000 (14:25 -0500)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
src/common/ust-consumer/ust-consumer.c

index 4fcdd392b10face24821621bd70f3ff65c057089..0b0b8af56de69c029f8ba419a1d0e190d09004e6 100644 (file)
@@ -2121,7 +2121,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.02747 seconds and 5 git commands to generate.