diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-25 10:39:18 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-26 13:55:46 +0200 |
commit | d961fec37cdaaef4431f5a16d51c630264d9bfa3 (patch) | |
tree | 89b989867a38ea827199aaf1bec32e5a5cfef79b | |
parent | bbb11e3c394d959446ccc440b28b48969407a751 (diff) |
Remove Audio mentions from log messages
Change-Id: I2a3a2b0ad51c479d463eed7f827b07693e55a657
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | ctl-binding/ctl-dispatch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ctl-binding/ctl-dispatch.c b/ctl-binding/ctl-dispatch.c index bbc15ad..fe31a55 100644 --- a/ctl-binding/ctl-dispatch.c +++ b/ctl-binding/ctl-dispatch.c @@ -666,11 +666,11 @@ PUBLIC int DispatchInit() { AFB_WARNING("DISPATCH-INIT:WARNING (setenv CONTROL_CONFIG_PATH) No Config '%s-*.json' in '%s'", controlFile, dirList); } - AFB_NOTICE("DISPATCH-INIT:SUCCES: Audio Control Dispatch Init"); + AFB_NOTICE("DISPATCH-INIT:SUCCES: Control Dispatch Init"); return 0; OnErrorExit: - AFB_NOTICE("DISPATCH-INIT:ERROR: Audio Control Dispatch Init"); + AFB_NOTICE("DISPATCH-INIT:ERROR: Control Dispatch Init"); return 1; } |