X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=bindings%2Fsamples%2FHelloWorld.c;h=3432d9f425a817ca5ba775df2fc530b01ca73fa7;hb=e62227977bbc161d2d0ae49951f9a4fbf02a354e;hp=585154e596b64239579a14e7a2a22d0152abcce9;hpb=5200d7022b34c0be646ae92de8c638c9437c7072;p=src%2Fapp-framework-binder.git diff --git a/bindings/samples/HelloWorld.c b/bindings/samples/HelloWorld.c index 585154e5..3432d9f4 100644 --- a/bindings/samples/HelloWorld.c +++ b/bindings/samples/HelloWorld.c @@ -306,5 +306,6 @@ static const struct afb_binding plugin_desc = { const struct afb_binding *afbBindingV1Register (const struct afb_binding_interface *itf) { interface = itf; + NOTICE(interface, "hello plugin comes to live"); return &plugin_desc; }