summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/extractarchiveoperation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/extractarchiveoperation.cpp')
-rw-r--r--src/libs/installer/extractarchiveoperation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/installer/extractarchiveoperation.cpp b/src/libs/installer/extractarchiveoperation.cpp
index 9ae35cb77..e3b9d5e36 100644
--- a/src/libs/installer/extractarchiveoperation.cpp
+++ b/src/libs/installer/extractarchiveoperation.cpp
@@ -216,7 +216,7 @@ bool ExtractArchiveOperation::readDataFileContents(QString &targetDir, QStringLi
} else {
// We should not be here. Either user has manually deleted the installer related
// files or same component is installed several times.
- qCWarning(QInstaller::lcGeneral) << "Cannot open file " << file.fileName() << " for reading:"
+ qCWarning(QInstaller::lcInstallerInstallLog) << "Cannot open file " << file.fileName() << " for reading:"
<< file.errorString() << ". Component is already uninstalled "
<< "or file is manually deleted.";
}