X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.c;fp=src%2Fcommon%2Fconsumer.c;h=1c6838be27a346bf80d3fe4dff05563c39c73a80;hb=51e03e9132094dbc36434889a3dbd62ebe7ec6ef;hp=45c2785b26d8929b5f2c44b27124e4e7df3bbd7c;hpb=243c78fad67e9f73ca08d245b5ee3abc6da3892e;p=lttng-tools.git diff --git a/src/common/consumer.c b/src/common/consumer.c index 45c2785b2..1c6838be2 100644 --- a/src/common/consumer.c +++ b/src/common/consumer.c @@ -1010,7 +1010,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;