1
0

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-23 00:09:06 +02:00
committed by GitHub
parent 3b35a00397
commit cc9f7c06b3
6 changed files with 110 additions and 114 deletions

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