From 645b2320fb04edda76e5761a439c865994f36b3a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Fri, 27 May 2016 11:04:07 +0200 Subject: [PATCH] indicates the call to initialisation function MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Ia2e27fa2661b539e67e388a7e9f3fc1555281bd7 Signed-off-by: José Bollo --- src/afb-api-so.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/afb-api-so.c b/src/afb-api-so.c index 3cf1feab..abe100b0 100644 --- a/src/afb-api-so.c +++ b/src/afb-api-so.c @@ -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); -- 2.16.6