lib/plugin/plugin-so.c: add logging
[babeltrace.git] / python-plugin-provider / python-plugin-provider.c
index 2b566adaa4273de540a706f6366674f3b017a5b7..025da46d3762e53a3f63db0b7ee779bac2b66597 100644 (file)
@@ -24,6 +24,9 @@
  * SOFTWARE.
  */
 
+#define BT_LOG_TAG "PLUGIN-PY"
+#include <babeltrace/lib-logging-internal.h>
+
 #include <babeltrace/babeltrace-internal.h>
 #include <babeltrace/compiler-internal.h>
 #include <babeltrace/ref.h>
This page took 0.022596 seconds and 4 git commands to generate.