tap-driver.sh: flush stdout after each test result
[babeltrace.git] / lib / logging.c
index cf5c9955376c330c8233b86de4f389b2da62d148..7ebb52c0859c09f34d0824f4918b2cefb3520fca 100644 (file)
  */
 
 #include <stdlib.h>
-#include <babeltrace/logging.h>
-#include <babeltrace/version.h>
+#include <babeltrace2/logging.h>
+#include <babeltrace2/version.h>
 
 #define BT_LOG_TAG "LIB"
-#include <babeltrace/lib-logging-internal.h>
+#include <babeltrace2/lib-logging-internal.h>
 
 #ifdef BT_DEV_MODE
 /*
@@ -44,7 +44,6 @@
 # define DEFAULT_LOG_LEVEL     BT_LOG_NONE
 #endif /* BT_DEV_MODE */
 
-BT_HIDDEN
 int bt_lib_log_level = DEFAULT_LOG_LEVEL;
 
 enum bt_logging_level bt_logging_get_minimal_level(void)
This page took 0.023786 seconds and 4 git commands to generate.