mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-01 15:36:10 +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 = [&]{
|
auto invalidLineLog = [&]{
|
||||||
warn("Invalid INI line: " + line);
|
debug("Invalid INI line: " + line);
|
||||||
warn("Surrounding lines: \n" +
|
debug("Surrounding lines: \n" +
|
||||||
(i > 0 ? sections[i - 1] : "") + "\n" +
|
(i > 0 ? sections[i - 1] : "") + "\n" +
|
||||||
(i < sections.size() - 1 ? sections[i + 1] : ""));
|
(i < sections.size() - 1 ? sections[i + 1] : ""));
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user