From b911a3834cad192b53092dbaa3eb02c1a2af59e3 Mon Sep 17 00:00:00 2001 From: Jan Dalheimer Date: Fri, 23 May 2014 16:16:44 +0200 Subject: More FTB debug stuff --- MultiMC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MultiMC.cpp b/MultiMC.cpp index 494a8a33..84be1d88 100644 --- a/MultiMC.cpp +++ b/MultiMC.cpp @@ -371,6 +371,7 @@ void MultiMC::initGlobalSettings() } else { + QLOG_DEBUG() << "New FTB path from environment variable:" << QString::fromWCharArray(newBuf); newFtbDefault = PathCombine(QString::fromWCharArray(newBuf), "ftblauncher"); } if (!QFile::exists(PathCombine(newFtbDefault, "ftblaunch.cfg"))) @@ -381,7 +382,6 @@ void MultiMC::initGlobalSettings() } else { - QLOG_INFO() << "Using old FTB path, or no FTB detected"; oldFtbDefault = PathCombine(QString::fromWCharArray(buf), "ftblauncher"); if (QFile::exists(PathCombine(oldFtbDefault, "ftblaunch.cfg"))) { -- cgit v1.2.3