summaryrefslogtreecommitdiff
path: root/src/moapplication.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/moapplication.cpp')
-rw-r--r--src/moapplication.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/moapplication.cpp b/src/moapplication.cpp
index 4640540f..a92be85e 100644
--- a/src/moapplication.cpp
+++ b/src/moapplication.cpp
@@ -203,8 +203,8 @@ int MOApplication::setup(MOMultiProcess& multiProcess, bool forceSelect)
log::debug("command line: '{}'", QString::fromWCharArray(GetCommandLineW()));
log::info("starting Mod Organizer version {} revision {} in {}, usvfs: {}",
- createVersionInfo().displayString(3), GITID,
- QCoreApplication::applicationDirPath(), MOShared::getUsvfsVersionString());
+ createVersionInfo().string(), GITID, QCoreApplication::applicationDirPath(),
+ MOShared::getUsvfsVersionString());
if (multiProcess.secondary()) {
log::debug("another instance of MO is running but --multiple was given");