indicates the call to initialisation function
authorJosé Bollo <jose.bollo@iot.bzh>
Fri, 27 May 2016 09:04:07 +0000 (11:04 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Fri, 27 May 2016 13:00:18 +0000 (15:00 +0200)
Change-Id: Ia2e27fa2661b539e67e388a7e9f3fc1555281bd7
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
src/afb-api-so.c

index 3cf1fea..abe100b 100644 (file)
@@ -214,6 +214,7 @@ int afb_api_so_add_plugin(const char *path)
        desc->interface.daemon.closure = desc;
 
        /* init the plugin */
+       NOTICE("plugin [%s] calling registering function %s", path, plugin_register_function_v1);
        desc->plugin = pluginAfbV1RegisterFct(&desc->interface);
        if (desc->plugin == NULL) {
                ERROR("plugin [%s] register function failed. continuing...", path);