text plugin test
[babeltrace.git] / plugins / plugin.c
index 1a2eb11555d1585a62b3348f636d08f7dab0da4f..e6afaf59ca3275c2f21594aaea34e8d73152bb95 100644 (file)
@@ -77,6 +77,8 @@ struct bt_plugin *bt_plugin_create(GModule *module)
                        PLUGIN_SYMBOL_NAME, g_module_name(module));
                goto error;
        }
+
+       printf("Loaded plugin with name %s\n", plugin->name);
        if (!g_module_symbol(module, PLUGIN_SYMBOL_LICENSE,
                (gpointer *) &plugin->license))
        {
This page took 0.02242 seconds and 4 git commands to generate.