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