From: José Bollo Date: Mon, 3 Apr 2017 15:33:35 +0000 (+0200) Subject: Add notification message for added API X-Git-Tag: dab_3.99.1~108 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=19175241afd5bec09fb6688ff835fc30fc24a8dd;p=src%2Fapp-framework-binder.git Add notification message for added API Change-Id: I797afeaa0758f2fef854a1ffaee398aff6c9041e Signed-off-by: José Bollo --- diff --git a/src/afb-apis.c b/src/afb-apis.c index a0af0800..cce21e03 100644 --- a/src/afb-apis.c +++ b/src/afb-apis.c @@ -136,6 +136,8 @@ int afb_apis_add(const char *name, struct afb_api api) apis->name = name; apis_count++; + NOTICE("API %s added", name); + return 0; error: