summaryrefslogtreecommitdiffstats
path: root/application/MultiMC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'application/MultiMC.cpp')
-rw-r--r--application/MultiMC.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/application/MultiMC.cpp b/application/MultiMC.cpp
index 4b1447d9..f53d05e1 100644
--- a/application/MultiMC.cpp
+++ b/application/MultiMC.cpp
@@ -219,6 +219,10 @@ MultiMC::MultiMC(int &argc, char **argv, bool test_mode) : QApplication(argc, ar
}
qDebug() << "Binary path : " << binPath;
qDebug() << "Application root path : " << rootPath;
+ if(!launchId.isEmpty())
+ {
+ qDebug() << "ID of instance to launch : " << launchId;
+ }
// load settings
initGlobalSettings(test_mode);