Fix: add missing semicolons after MSG, DBG, ERR print macros
[lttng-tools.git] / src / common / consumer / consumer.c
index 8b8e74c33c3ef8c41e22bd37f73ed45f7521c1e4..7ce294e815397a9da9f641b18f1dee3019b7916f 100644 (file)
@@ -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;
This page took 0.023202 seconds and 4 git commands to generate.