diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-08-17 14:27:49 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-08-21 12:55:18 +0200 |
commit | 5fea6a5fec23527173df1901e4cdf4481223c1a0 (patch) | |
tree | fddfa45df50d91d99c39949f889065f58c5ce923 /src/aft.c | |
parent | 859447896c997e8bbe5b33a4d14c7691c3ae3b9d (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>
Diffstat (limited to 'src/aft.c')
-rw-r--r-- | src/aft.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |