summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/operationrunner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'installerbuilder/libinstaller/operationrunner.cpp')
-rw-r--r--installerbuilder/libinstaller/operationrunner.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/installerbuilder/libinstaller/operationrunner.cpp b/installerbuilder/libinstaller/operationrunner.cpp
index 7fcf45bf0..f15a15528 100644
--- a/installerbuilder/libinstaller/operationrunner.cpp
+++ b/installerbuilder/libinstaller/operationrunner.cpp
@@ -95,8 +95,8 @@ void OperationRunner::setVerbose(bool verbose)
int OperationRunner::runOperation(const QStringList &arguments)
{
if (!init()) {
- verbose() << "Could not init the package manager core - without this not all operations "
- << "are working as expected." << std::endl;
+ qDebug() << "Could not init the package manager core - without this not all operations are working "
+ "as expected.";
}
bool isPerformType = arguments.contains(QLatin1String("--runoperation"));