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, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 2bb3f964..eda31eb4 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -960,6 +960,8 @@ int main(int argc, char *argv[])
log::getDefault().setFile(MOBase::log::File::single(logFile.toStdWString()));
+ log::debug("command line: '{}'", QString::fromWCharArray(GetCommandLineW()));
+
QString splash = dataPath + "/splash.png";
if (!QFile::exists(dataPath + "/splash.png")) {
splash = ":/MO/gui/splash";