summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libs/installer/progresscoordinator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/installer/progresscoordinator.cpp b/src/libs/installer/progresscoordinator.cpp
index 91fa9671e..7af24cb77 100644
--- a/src/libs/installer/progresscoordinator.cpp
+++ b/src/libs/installer/progresscoordinator.cpp
@@ -329,5 +329,5 @@ void ProgressCoordinator::printProgressPercentage(int progress)
void ProgressCoordinator::printProgressMessage(const QString &message)
{
- qCDebug(QInstaller::lcInstallerInstallLog) << message;
+ qCDebug(QInstaller::lcInstallerInstallLog).nospace().noquote() << message;
}