Add optional prefix parameter to LOG functions (#5229)
Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com>
This commit is contained in:
@@ -4,7 +4,7 @@ function Initialize(a_Plugin)
|
||||
|
||||
-- Check if the infodump file exists.
|
||||
if (not cFile:IsFile("Plugins/InfoDump.lua")) then
|
||||
LOGWARN("[DumpInfo] InfoDump.lua was not found.")
|
||||
LOGWARN("InfoDump.lua was not found.")
|
||||
return false
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user