Ust-consumer: Add channel key to error msg on channel clear
[lttng-tools.git] / 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.025186 seconds and 5 git commands to generate.