X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-so-v2.c;h=11cd56f7a5b9462a001111f8a0d7a968023bfa45;hb=1a64df64ca126fb1e0dbe08c432d3c015d4ac458;hp=b5c6c64e11e6341a436935da700173d7c55fbcf3;hpb=b56b68b16b307df81eddf9705ead59198d75b7bd;p=src%2Fapp-framework-binder.git diff --git a/src/afb-api-so-v2.c b/src/afb-api-so-v2.c index b5c6c64e..11cd56f7 100644 --- a/src/afb-api-so-v2.c +++ b/src/afb-api-so-v2.c @@ -193,7 +193,7 @@ int afb_api_so_v2_add_binding(const struct afb_binding_v2 *binding, void *handle ERROR("binding %s can't be registered to set %s...", binding->api, afb_apiset_name(apiset)); goto error2; } - NOTICE("binding %s added to set %s", binding->api, afb_apiset_name(apiset)); + INFO("binding %s added to set %s", binding->api, afb_apiset_name(apiset)); return 1; error2: