diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-04-23 14:36:11 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-13 15:02:54 +0100 |
commit | 8cf21886c65c7c4a277eaee1a82edd3f9d894823 (patch) | |
tree | f2469bfb04b00bd2ee4ad53e896c286d2257341a /ctl-lib/ctl-lua.c | |
parent | dd2bc60e7d691eeaf9d2c0a5c206d7fe2fde12e0 (diff) |
Old audio controller traces left behind
Change-Id: I2423376e9c0c616ba62439b387f7da23f710dbb0
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'ctl-lib/ctl-lua.c')
-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: |