Only continue log level if line starts with whitespace; reintroduce exception detection
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
@@ -287,10 +287,7 @@ void OtherLogsPage::reload()
|
||||
if (!m_instance) {
|
||||
level = MessageLevel::fromLauncherLine(lineTemp);
|
||||
} else {
|
||||
level = LogParser::guessLevel(line);
|
||||
|
||||
if (level == MessageLevel::Unknown)
|
||||
level = last;
|
||||
level = LogParser::guessLevel(line, last);
|
||||
}
|
||||
|
||||
last = level;
|
||||
|
||||
Reference in New Issue
Block a user