logging: strip down and clean `log.h` and `log.c`
[babeltrace.git] / src / plugins / ctf / lttng-live / viewer-connection.cpp
index db5900af866e89a292aca85a31c751590af07baa..2f07797833a11d9ec790ecc4d3a52846c1f52376 100644 (file)
@@ -12,7 +12,7 @@
 #include <babeltrace2/babeltrace.h>
 
 #define BT_COMP_LOG_SELF_COMP (viewer_connection->self_comp)
-#define BT_LOG_OUTPUT_LEVEL   (viewer_connection->log_level)
+#define BT_LOG_OUTPUT_LEVEL   ((enum bt_log_level) viewer_connection->log_level)
 #define BT_LOG_TAG            "PLUGIN/SRC.CTF.LTTNG-LIVE/VIEWER"
 #include "logging/comp-logging.h"
 
This page took 0.024087 seconds and 4 git commands to generate.