silence 'switching section to' log thing in IniFile
This commit is contained in:
@@ -74,7 +74,7 @@ IniFile =
|
|||||||
-- if this section doesn't exist, create it
|
-- if this section doesn't exist, create it
|
||||||
tbl[sec] = tbl[sec] and tbl[sec] or { }
|
tbl[sec] = tbl[sec] and tbl[sec] or { }
|
||||||
current = tbl[sec]
|
current = tbl[sec]
|
||||||
Warn( "Switching section to " .. sec )
|
--Warn( "Switching section to " .. sec )
|
||||||
else
|
else
|
||||||
local k, v = IniFile.StrToKeyVal( str )
|
local k, v = IniFile.StrToKeyVal( str )
|
||||||
if k and v then current[k] = v end
|
if k and v then current[k] = v end
|
||||||
|
|||||||
Reference in New Issue
Block a user