More better logs

This commit is contained in:
2025-01-26 22:31:06 +01:00
parent d40670fef6
commit 950f95cef1

View File

@@ -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