diff --git a/Modules/Commander.lua b/Modules/Commander.lua index f4b264d..e59c49a 100644 --- a/Modules/Commander.lua +++ b/Modules/Commander.lua @@ -289,7 +289,8 @@ function shared.Commander.Init() end if not ok then if Heimdall_Data.config.commander.debug then - print(string.format("[%s] Channel name does not match any of the channels", ModuleName)) + print(string.format("[%s] Channel name '%s' does not match any of the channels '%s'", ModuleName, + channelname, table.concat(Heimdall_Data.config.commander.channels, ", "))) end return end