summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-10-09 01:38:53 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-10-09 01:38:53 -0400
commitdfb3020f8982e325e804f9e43b28a33b54c798f9 (patch)
tree587093f23e31d22b24dda3ac8db1baa5c2334626 /src/main.cpp
parentc01e80a651f5e25441330ad20253bb47ad0f516c (diff)
added usvfs version in log and about dialog
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index f08ba066..776c3775 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -504,8 +504,9 @@ int runApplication(MOApplication &application, SingleInstance &instance,
const QString &splashPath)
{
log::info(
- "starting Mod Organizer version {} revision {} in {}",
- getVersionDisplayString(), GITID, QCoreApplication::applicationDirPath());
+ "starting Mod Organizer version {} revision {} in {}, usvfs: {}",
+ getVersionDisplayString(), GITID, QCoreApplication::applicationDirPath(),
+ MOShared::getUsvfsVersionString());
preloadSsl();
if (!QSslSocket::supportsSsl()) {