From 19175241afd5bec09fb6688ff835fc30fc24a8dd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Mon, 3 Apr 2017 17:33:35 +0200 Subject: [PATCH] Add notification message for added API MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I797afeaa0758f2fef854a1ffaee398aff6c9041e Signed-off-by: José Bollo --- src/afb-apis.c | 2 ++ 1 file changed, 2 insertions(+) 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: -- 2.16.6