X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fust-consumer%2Fust-consumer.c;h=0b0b8af56de69c029f8ba419a1d0e190d09004e6;hp=4fcdd392b10face24821621bd70f3ff65c057089;hb=749a5b3f83da6d2859d3ac964ec38342870d1e0f;hpb=7b30f09f60eebbac6b8bdbc596aadc1eb4058ae1 diff --git a/src/common/ust-consumer/ust-consumer.c b/src/common/ust-consumer/ust-consumer.c index 4fcdd392b..0b0b8af56 100644 --- a/src/common/ust-consumer/ust-consumer.c +++ b/src/common/ust-consumer/ust-consumer.c @@ -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; }