Cleanup babeltrace-cfg, use BABELTRACE_PLUGIN_PATH
[babeltrace.git] / converter / babeltrace.c
index 131a3c04b78c75d76c09bc0c91f5e638db41b594..9a5af9fb01efa436dc1f0604de83df2f1a0e886a 100644 (file)
@@ -497,7 +497,7 @@ int load_dynamic_plugins(struct bt_config *cfg)
                        continue;
                }
 
-               plugins = bt_plugin_create_all_from_dir(plugin_path, true);
+               plugins = bt_plugin_create_all_from_dir(plugin_path, false);
                if (!plugins) {
                        printf_debug("Unable to dynamically load plugins from path %s.\n",
                                plugin_path);
This page took 0.022512 seconds and 4 git commands to generate.