Rename dumpTable to dump and make it work with plain values
This commit is contained in:
@@ -89,7 +89,7 @@ function shared.AgentTracker.Init()
|
||||
end
|
||||
if Heimdall_Data.config.agentTracker.debug then
|
||||
print(string.format("[%s] Processing message from master channel: %s", ModuleName, sender))
|
||||
shared.dumpTable(Heimdall_Data.config.agentTracker)
|
||||
shared.dump(Heimdall_Data.config.agentTracker)
|
||||
end
|
||||
|
||||
sender = string.match(sender, "^[^-]+")
|
||||
|
||||
Reference in New Issue
Block a user