diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-11-10 16:41:30 +0100 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-11-10 16:41:30 +0100 |
commit | 4867aefd08e4d830594cb8620d346cf87caf9a2d (patch) | |
tree | 2f6a64865c98a41b4b09f9fb040cbc08925351d5 | |
parent | 9ec658dbf362d22bfcc7572e3766355b0757ef12 (diff) |
Fix typo
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
-rw-r--r-- | ahl-binding/ahl-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ahl-binding/ahl-config.c b/ahl-binding/ahl-config.c index 3c92733..42c836d 100644 --- a/ahl-binding/ahl-config.c +++ b/ahl-binding/ahl-config.c @@ -93,7 +93,7 @@ int ParseHLBConfig() { const char *configfile_path =CtlConfigSearch(dirList, "ahl-"); if (!configfile_path) { - AFB_ERROR("Error: No control-* config found invalid JSON %s ", dirList); + AFB_ERROR("Error: No ahl-* config found invalid JSON %s ", dirList); return AHL_FAIL; } |