logging: strip down and clean `log.h` and `log.c`
[babeltrace.git] / src / plugins / ctf / fs-src / fs.cpp
index 53a763dd0f068810a5ab588778475449044ea853..86b4c45ba636b19dc33abc8d9bf8f1425a1d6760 100644 (file)
@@ -13,7 +13,7 @@
 #include <babeltrace2/babeltrace.h>
 
 #define BT_COMP_LOG_SELF_COMP self_comp
-#define BT_LOG_OUTPUT_LEVEL   log_level
+#define BT_LOG_OUTPUT_LEVEL   ((enum bt_log_level) log_level)
 #define BT_LOG_TAG            "PLUGIN/SRC.CTF.FS"
 #include "logging/comp-logging.h"
 
This page took 0.022971 seconds and 4 git commands to generate.