summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 5c5ce945..f53a574e 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -464,7 +464,7 @@ void preloadDll(const QString& filename)
if (!LoadLibraryW(dllPath.toStdWString().c_str())) {
const auto e = GetLastError();
- log::warn("failed to load {}: {}", dllPath, formatSystemMessageQ(e));
+ log::warn("failed to load {}: {}", dllPath, formatSystemMessage(e));
}
}