logging: strip down and clean `log.h` and `log.c`
[babeltrace.git] / src / plugins / ctf / fs-src / query.cpp
index b11d6f81db23e1938305c7f55263393aa058a705..0e3bdc99de9b9ed451d79ad3ea7b060e2c69b7c8 100644 (file)
@@ -12,7 +12,7 @@
 
 #include <babeltrace2/babeltrace.h>
 
-#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/QUERY"
 #include "logging/comp-logging.h"
 #include "logging/log.h"
This page took 0.022613 seconds and 4 git commands to generate.