diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-10-10 06:10:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-10 06:10:19 -0400 |
| commit | 0f5ecb8b78b86f309be3ef1902dbf4ee51738fc4 (patch) | |
| tree | 587093f23e31d22b24dda3ac8db1baa5c2334626 /src/main.cpp | |
| parent | c01e80a651f5e25441330ad20253bb47ad0f516c (diff) | |
| parent | dfb3020f8982e325e804f9e43b28a33b54c798f9 (diff) | |
Merge pull request #864 from isanae/show-usvfs-version
Added usvfs version in log and about dialog
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 5 |
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()) { |
