aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2018-08-17 14:27:49 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-08-21 12:55:18 +0200
commit5fea6a5fec23527173df1901e4cdf4481223c1a0 (patch)
treefddfa45df50d91d99c39949f889065f58c5ce923
parent859447896c997e8bbe5b33a4d14c7691c3ae3b9d (diff)
Wrong file name searched specified
Wrong file name searched specified in the log message. Change-Id: I39d70797191de4cee966dee2793e866b7ab3cbf4 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--src/aft.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aft.c b/src/aft.c
index 0114e8f..ea5c209 100644
--- a/src/aft.c
+++ b/src/aft.c
@@ -230,7 +230,7 @@ int afbBindingEntry(afb_api_t apiHandle) {
configPath = CtlConfigSearch(apiHandle, dirList, CONTROL_PREFIX);
if(!configPath) {
- AFB_ApiError(apiHandle, "CtlPreInit: No %s* config found in %s ", GetBinderName(), dirList);
+ AFB_ApiError(apiHandle, "CtlPreInit: No %s-%s* config found in %s ", CONTROL_PREFIX, GetBinderName(), dirList);
return ERROR;
}