diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-25 10:39:18 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-13 15:02:04 +0100 |
commit | 9e4777ac18066647828f280b608f9b07d8267ed0 (patch) | |
tree | 89b989867a38ea827199aaf1bec32e5a5cfef79b /ctl-binding | |
parent | 78d08f9124295a19b6bbdec511aabc805b3758d7 (diff) |
Remove Audio mentions from log messages
Change-Id: I2a3a2b0ad51c479d463eed7f827b07693e55a657
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'ctl-binding')
-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; } |