Logging: pass dynamic log level to common functions and subsystems
[babeltrace.git] / src / cli / babeltrace2-cfg-cli-args.c
index cad2b4aa4f37da40e6870d072e0f2a11f1172411..6e9aac954c534ef380200a441c2e293da21ba4cf 100644 (file)
@@ -1553,8 +1553,8 @@ int append_home_and_system_plugin_paths(bt_value *plugin_paths,
                if (bt_common_is_setuid_setgid()) {
                        BT_LOGI_STR("Skipping non-system plugin paths for setuid/setgid binary.");
                } else {
-                       char *home_plugin_dir =
-                               bt_common_get_home_plugin_path();
+                       char *home_plugin_dir = bt_common_get_home_plugin_path(
+                               BT_LOG_OUTPUT_LEVEL);
 
                        if (home_plugin_dir) {
                                ret = bt_config_append_plugin_paths(
This page took 0.023137 seconds and 4 git commands to generate.