lib: rename `lib-logging.h` to `logging.h`
[babeltrace.git] / src / lib / plugin / plugin.c
index 5bf1a151f6a87fa2d3060425f52937dfac18faf9..c0cd158abaecd5010cb7741fe24f369ab326b672 100644 (file)
@@ -23,8 +23,8 @@
  * SOFTWARE.
  */
 
-#define BT_LOG_TAG "PLUGIN"
-#include "lib/lib-logging.h"
+#define BT_LOG_TAG "LIB/PLUGIN"
+#include "lib/logging.h"
 
 #include "common/assert.h"
 #include "lib/assert-pre.h"
@@ -214,7 +214,7 @@ const struct bt_plugin *bt_plugin_find(const char *plugin_name)
                }
        }
 
-       home_plugin_dir = bt_common_get_home_plugin_path();
+       home_plugin_dir = bt_common_get_home_plugin_path(BT_LOG_OUTPUT_LEVEL);
        if (home_plugin_dir) {
                GString *home_plugin_dir_str =
                        g_string_new(home_plugin_dir);
This page took 0.023896 seconds and 4 git commands to generate.