fix: detection code
Signed-off-by: Rahul <notlutitious@gmail.com>
This commit is contained in:
parent
4605efd53c
commit
6127c73b8e
1 changed files with 1 additions and 1 deletions
|
@ -428,6 +428,6 @@ fn linux_openal(log: &str) -> Issue {
|
||||||
);
|
);
|
||||||
|
|
||||||
let found = log.contains("Failed to get OpenAL")
|
let found = log.contains("Failed to get OpenAL")
|
||||||
|| (log.contains("Problematic frame") && log.contains("libopenal.so"));
|
|| log.contains("libopenal.so");
|
||||||
found.then_some(issue)
|
found.then_some(issue)
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue