Move print.h header to upper level dir
[babeltrace.git] / plugins / ctf / fs-src / metadata.c
index 13cc816e124596c3b9560c4bc659decfdec1325d..2425273328bd9cf70ad5f77877f6c8a3bf4f6b33 100644 (file)
@@ -34,7 +34,8 @@
 
 #define PRINT_ERR_STREAM       ctf_fs->error_fp
 #define PRINT_PREFIX           "ctf-fs-metadata"
-#include "print.h"
+#define PRINT_DBG_CHECK                ctf_fs_debug
+#include "../print.h"
 
 #include "fs.h"
 #include "file.h"
This page took 0.022727 seconds and 4 git commands to generate.