changeset 129:39b7930fbca9

Print debug output also on success
author Andre Heinecke <aheinecke@intevation.de>
date Mon, 24 Mar 2014 10:18:46 +0000
parents 95d35ec93bbe
children ffb20e76e7d0
files ui/listupdatedialog.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ui/listupdatedialog.cpp	Mon Mar 24 10:18:31 2014 +0000
+++ b/ui/listupdatedialog.cpp	Mon Mar 24 10:18:46 2014 +0000
@@ -141,6 +141,7 @@
 
     if (installerProcess.exitCode() == 0) {
         qDebug() << "Success!";
+        qDebug() << "output: " << installerProcess.readAllStandardOutput();
     } else {
         /* TODO handle errors defined by errorcodes.h */
         qDebug() << "Installer Process returned: " << installerProcess.exitCode();

http://wald.intevation.org/projects/trustbridge/