From 851020007d493e506abe0626db71f168f22febe1 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Mon, 23 Apr 2018 14:36:11 +0200 Subject: Old audio controller traces left behind Change-Id: I2423376e9c0c616ba62439b387f7da23f710dbb0 Signed-off-by: Romain Forlot --- ctl-lib/ctl-lua.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctl-lib/ctl-lua.c') 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: -- cgit 1.2.3-korg