plugins/ctf/lttng-live: use standard logging files and macros
[babeltrace.git] / plugins / ctf / lttng-live / data-stream.c
index c344923418bc1f6866807ddcf4e75366dd19f193..5669b614e923847a9866d6a93e01e430a6cabbc8 100644 (file)
@@ -22,6 +22,9 @@
  * SOFTWARE.
  */
 
+#define BT_LOG_TAG "PLUGIN-CTF-LTTNG-LIVE-SRC-DS"
+#include "logging.h"
+
 #include <stdio.h>
 #include <stdint.h>
 #include <stdlib.h>
@@ -33,8 +36,6 @@
 #include "../common/notif-iter/notif-iter.h"
 #include <assert.h>
 
-#define BT_LOG_TAG "PLUGIN-CTF-LTTNG-LIVE-DS"
-
 #include "data-stream.h"
 
 static
This page took 0.023054 seconds and 4 git commands to generate.