lib: rename `lib-logging.h` to `logging.h`
[babeltrace.git] / src / python-plugin-provider / python-plugin-provider.c
index 7ca264b4d808d01d3b7fbb3865495261b8bf4821..6f775cb00ee3948b18f2e54e52a49ef4732ac020 100644 (file)
@@ -24,9 +24,9 @@
  * SOFTWARE.
  */
 
-#define BT_LOG_TAG "PLUGIN-PY"
+#define BT_LOG_TAG "LIB/PLUGIN-PY"
 
-#include "lib/lib-logging.h"
+#include "lib/logging.h"
 #include "common/macros.h"
 #include "compat/compiler.h"
 #include <babeltrace2/plugin/plugin-const.h>
This page took 0.027357 seconds and 4 git commands to generate.