diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-04-23 14:36:11 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-04-23 14:36:11 +0200 |
commit | 851020007d493e506abe0626db71f168f22febe1 (patch) | |
tree | f2469bfb04b00bd2ee4ad53e896c286d2257341a | |
parent | 8b250b703aa82e9d45e691149cb00a816c781707 (diff) |
Old audio controller traces left behind
Change-Id: I2423376e9c0c616ba62439b387f7da23f710dbb0
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | ctl-lib/ctl-lua.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctl-lib/ctl-lua.c b/ctl-lib/ctl-lua.c index fd40f1c..3f3fe81 100644 --- a/ctl-lib/ctl-lua.c +++ b/ctl-lib/ctl-lua.c @@ -1342,7 +1342,7 @@ PUBLIC int LuaConfigExec (AFB_ApiT apiHandle, const char* prefix) { } else AFB_ApiWarning (apiHandle, "POLICY-INIT:WARNING (setenv CONTROL_LUA_PATH) No LUA '%s*.lua' in '%s'", fullprefix, dirList); - AFB_ApiDebug (apiHandle, "Audio control-LUA Init Done"); + AFB_ApiDebug (apiHandle, "Control: LUA Init Done"); return 0; OnErrorExit: |