Fix qt log detection
This commit is contained in:
parent
28aa65d3be
commit
ba1c0d42f2
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ fn looks_like_launcher_log(log: &str) -> bool {
|
||||||
|
|
||||||
trace!("Guessing whether log is launcher log");
|
trace!("Guessing whether log is launcher log");
|
||||||
|
|
||||||
let qt_log = QT_LOG_REGEX.get_or_init(|| Regex::new(r"\d\.\d{3} [CDFIW] \|").unwrap());
|
let qt_log = QT_LOG_REGEX.get_or_init(|| Regex::new(r"\d+\.\d{3} [CDFIW] \|").unwrap());
|
||||||
qt_log.is_match(log)
|
qt_log.is_match(log)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue