cli: automatically detect sources for leftover arguments
[babeltrace.git] / src / cli / babeltrace2.c
index 6bdad883a4356b611bf9b78e0ad1c79631a62b00..2c90fc0e69ae545b87d823fb23045b2b461d18bc 100644 (file)
@@ -2699,7 +2699,7 @@ int main(int argc, const char **argv)
        print_cfg(cfg);
 
        if (cfg->command_needs_plugins) {
-               ret = load_all_plugins(cfg->plugin_paths);
+               ret = require_loaded_plugins(cfg->plugin_paths);
                if (ret) {
                        BT_CLI_LOGE_APPEND_CAUSE(
                                "Failed to load plugins: ret=%d", ret);
This page took 0.024431 seconds and 4 git commands to generate.