cli: apply parameters (`--params` option) to leftovers
[babeltrace.git] / src / cli / babeltrace2-plugins.c
index 09ca6dc69c9080be792564886f4404da637efff8..73123408a542a88045f22c340e489166e9f6a722 100644 (file)
@@ -22,7 +22,7 @@
  * SOFTWARE.
  */
 
-#define BT_LOG_TAG "CLI"
+#define BT_LOG_TAG "CLI/PLUGINS"
 #include "logging.h"
 
 #include "babeltrace2-plugins.h"
@@ -205,7 +205,7 @@ end:
        return ret;
 }
 
-int load_all_plugins(const bt_value *plugin_paths)
+int require_loaded_plugins(const bt_value *plugin_paths)
 {
        static bool loaded = false;
        static int ret = 0;
This page took 0.026132 seconds and 4 git commands to generate.