More better logs
This commit is contained in:
@@ -289,7 +289,8 @@ function shared.Commander.Init()
|
|||||||
end
|
end
|
||||||
if not ok then
|
if not ok then
|
||||||
if Heimdall_Data.config.commander.debug 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
|
end
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user