More better logs
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user