Logging: pass dynamic log level to common functions and subsystems
[babeltrace.git] / src / lib / plugin / plugin.c
index 30c10ed2af272011f35df1ab93b95258071bd9ac..9459438662b9e5ad9a1bd9042c2b42dc4cc79a2a 100644 (file)
@@ -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.022979 seconds and 4 git commands to generate.