aboutsummaryrefslogtreecommitdiff
path: root/launcher
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-08-02 13:51:13 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2023-08-15 10:52:08 +0200
commitb927e58126440d735803251caa3e03d29e4a0547 (patch)
tree168d9f4d81dc4dad85a9f9237c841e1681dd08c3 /launcher
parentf1c3da6583d004273e5812a0b40977200ce330d6 (diff)
downloadPrismLauncher-b927e58126440d735803251caa3e03d29e4a0547.tar.gz
PrismLauncher-b927e58126440d735803251caa3e03d29e4a0547.tar.bz2
PrismLauncher-b927e58126440d735803251caa3e03d29e4a0547.zip
fix: improve debug message
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher')
-rw-r--r--launcher/Application.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp
index 6daa5a84..0f25589e 100644
--- a/launcher/Application.cpp
+++ b/launcher/Application.cpp
@@ -1421,7 +1421,7 @@ void Application::detectLibraries()
#ifdef Q_OS_LINUX
m_detectedGLFWPath = MangoHud::findLibrary(BuildConfig.GLFW_LIBRARY_NAME);
m_detectedOpenALPath = MangoHud::findLibrary(BuildConfig.OPENAL_LIBRARY_NAME);
- qDebug() << m_detectedGLFWPath << m_detectedOpenALPath;
+ qDebug() << "Detected native libraries:" << m_detectedGLFWPath << m_detectedOpenALPath;
#endif
}