mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 19:14:59 +02:00
Improve failure detection logging
This commit is contained in:
parent
80d397555d
commit
8123617fe1
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ bool oculusAvailable() {
|
|||
// HACK Explicitly check for the presence of the 1.0 runtime DLL, and fail if it
|
||||
// doesn't exist
|
||||
if (!QFile(GOOD_OCULUS_RUNTIME_FILE).exists()) {
|
||||
qCWarning(oculus) << "Oculus Runtime detected, but no 1.x DLL present.";
|
||||
qCWarning(oculus) << "Oculus Runtime detected, but no 1.x DLL present: \"" + GOOD_OCULUS_RUNTIME_FILE + "\"";
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue