summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/libs/kdtools/updateoperation.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/kdtools/updateoperation.cpp b/src/libs/kdtools/updateoperation.cpp
index b35751096..81f456755 100644
--- a/src/libs/kdtools/updateoperation.cpp
+++ b/src/libs/kdtools/updateoperation.cpp
@@ -348,6 +348,8 @@ bool UpdateOperation::variableReplacement(QString *variableValue)
key.prepend(QLatin1String("@"));
key.append(QLatin1String("@"));
*variableValue = m_core->replaceVariables(key);
+ qCDebug(QInstaller::lcInstallerInstallLog) << "Running above operation with replaced value: " << valueNormalized
+ << "has been replaced with" << *variableValue;
variableValueChanged = true;
}
}