X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.c;h=a0d9e33546a138f5bde0d2335fbfb886f71d9904;hb=b75c559e34d9a9ef06a3ad558f104021547ae4a8;hp=558112271426293ffac74860fab992dc0e517b49;hpb=50b34a52072664e1076872817a2d51ab4e432cc3;p=lttng-tools.git diff --git a/src/common/consumer.c b/src/common/consumer.c index 558112271..a0d9e3354 100644 --- a/src/common/consumer.c +++ b/src/common/consumer.c @@ -1022,7 +1022,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;