X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Fctf%2Ffs-src%2Ffs.c;h=d50966f7cbf28956f6a39bb459fe33233605dff3;hb=cd00e1d36ebc9d77c1c69ac679f8af79196508e7;hp=2abd9b57cc02aa77e17a3653a9afeab08ed02dcb;hpb=d8866baa7f1ae173ac9d9fac0ad55cb28f883cbf;p=babeltrace.git diff --git a/plugins/ctf/fs-src/fs.c b/plugins/ctf/fs-src/fs.c index 2abd9b57..d50966f7 100644 --- a/plugins/ctf/fs-src/fs.c +++ b/plugins/ctf/fs-src/fs.c @@ -38,6 +38,7 @@ #include #include #include +#include #include #include "fs.h" #include "metadata.h" @@ -47,7 +48,8 @@ #define PRINT_ERR_STREAM ctf_fs->error_fp #define PRINT_PREFIX "ctf-fs" -#include "print.h" +#define PRINT_DBG_CHECK ctf_fs_debug +#include "../print.h" #define METADATA_TEXT_SIG "/* CTF 1.8" BT_HIDDEN