Fix: Missing semicolon after debug statement
[lttng-tools.git] / src / common / consumer.c
index 45c2785b26d8929b5f2c44b27124e4e7df3bbd7c..1c6838be27a346bf80d3fe4dff05563c39c73a80 100644 (file)
@@ -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;
This page took 0.028108 seconds and 4 git commands to generate.