Add optional prefix parameter to LOG functions (#5229)

Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com>
This commit is contained in:
x12xx12x
2021-06-22 23:09:06 +01:00
committed by GitHub
co-authored by Tiger Wang
parent 3b35a00397
commit cc9f7c06b3
6 changed files with 110 additions and 114 deletions
+1 -1
View File
@@ -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