aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ctl-lib/ctl-onload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctl-lib/ctl-onload.c b/ctl-lib/ctl-onload.c
index b537590..6100f2a 100644
--- a/ctl-lib/ctl-onload.c
+++ b/ctl-lib/ctl-onload.c
@@ -35,7 +35,7 @@ int OnloadConfig(AFB_ApiT apiHandle, CtlSectionT *section, json_object *actionsJ
} else {
// Exec time process onload action now
if (!section->actions) {
- AFB_ApiError (apiHandle, "OnloadConfig Cannot Exec Non Existing Onload Action");
+ AFB_ApiWarning (apiHandle, "OnloadConfig Cannot Exec Non Existing Onload Action");
return 1;
}