From 5fea6a5fec23527173df1901e4cdf4481223c1a0 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 17 Aug 2018 14:27:49 +0200 Subject: Wrong file name searched specified Wrong file name searched specified in the log message. Change-Id: I39d70797191de4cee966dee2793e866b7ab3cbf4 Signed-off-by: Romain Forlot --- src/aft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/aft.c') 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; } -- cgit 1.2.3-korg