Ust-consumer: Add channel key to error msg on channel clear
[lttng-tools.git] / 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) {
                } else {
                        ret = lttng_consumer_clear_channel(channel);
                        if (ret) {
-                               ERR("Clear channel failed");
+                               ERR("Clear channel failed key %" PRIu64, key);
                                ret_code = ret;
                        }
 
                                ret_code = ret;
                        }
 
This page took 0.02426 seconds and 5 git commands to generate.