From 4867aefd08e4d830594cb8620d346cf87caf9a2d Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Fri, 10 Nov 2017 16:41:30 +0100 Subject: Fix typo Signed-off-by: Ronan Le Martret --- ahl-binding/ahl-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit 1.2.3-korg