X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fconsumer.c;h=7ce294e815397a9da9f641b18f1dee3019b7916f;hp=8b8e74c33c3ef8c41e22bd37f73ed45f7521c1e4;hb=62a7b8edf965b89d3ca57da120dcedfcf36dfe02;hpb=72265d8a785062db82337b28108bbd950875c575 diff --git a/src/common/consumer/consumer.c b/src/common/consumer/consumer.c index 8b8e74c33..7ce294e81 100644 --- a/src/common/consumer/consumer.c +++ b/src/common/consumer/consumer.c @@ -1021,7 +1021,7 @@ struct lttng_consumer_channel *consumer_allocate_channel(uint64_t key, CDS_INIT_LIST_HEAD(&channel->streams.head); - DBG("Allocated channel (key %" PRIu64 ")", channel->key) + DBG("Allocated channel (key %" PRIu64 ")", channel->key); end: return channel;