mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-01 07:25:34 +00:00
Switch Invalid INI line log to debug
This commit is contained in:
parent
7bef6f35c2
commit
d71757b56c
@ -128,8 +128,8 @@ namespace Utils {
|
||||
}
|
||||
|
||||
auto invalidLineLog = [&]{
|
||||
warn("Invalid INI line: " + line);
|
||||
warn("Surrounding lines: \n" +
|
||||
debug("Invalid INI line: " + line);
|
||||
debug("Surrounding lines: \n" +
|
||||
(i > 0 ? sections[i - 1] : "") + "\n" +
|
||||
(i < sections.size() - 1 ? sections[i + 1] : ""));
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user