aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform/modpacksch
diff options
context:
space:
mode:
authorRachel Powers <508861+Ryex@users.noreply.github.com>2022-11-11 05:41:32 -0700
committerRachel Powers <508861+Ryex@users.noreply.github.com>2022-11-11 05:41:32 -0700
commit2f10fa8b61dac5af5866e7ad8e72cf702f15a130 (patch)
treed8d0a4e9f676bbfebd25f58dd03f3c43aa702808 /launcher/modplatform/modpacksch
parent209a1650e489e21417ce2e1a29862703d51a2cd0 (diff)
downloadPrismLauncher-2f10fa8b61dac5af5866e7ad8e72cf702f15a130.tar.gz
PrismLauncher-2f10fa8b61dac5af5866e7ad8e72cf702f15a130.tar.bz2
PrismLauncher-2f10fa8b61dac5af5866e7ad8e72cf702f15a130.zip
add some extra debug logs for CF blocked mods
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/modplatform/modpacksch')
-rw-r--r--launcher/modplatform/modpacksch/FTBPackInstallTask.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/modplatform/modpacksch/FTBPackInstallTask.cpp b/launcher/modplatform/modpacksch/FTBPackInstallTask.cpp
index 70ef7571..40aee82b 100644
--- a/launcher/modplatform/modpacksch/FTBPackInstallTask.cpp
+++ b/launcher/modplatform/modpacksch/FTBPackInstallTask.cpp
@@ -216,7 +216,7 @@ void PackInstallTask::onResolveModsSucceeded()
m_blocked_mods);
if (message_dialog->exec() == QDialog::Accepted) {
- qDebug() << "Post dialog mods list: " << m_blocked_mods;
+ qDebug() << "Post dialog blocked mods list: " << m_blocked_mods;
createInstance();
}
else {