summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/packagemanagergui.cpp
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@nokia.com>2011-07-19 11:56:07 +0200
committerTim Jenssen <tim.jenssen@nokia.com>2011-07-19 13:52:22 +0200
commitf1ccd134e20cb7f55073a3c1a3a45d789832d387 (patch)
treeefa4025ced8ee08a506b58bd16618ebcf32cc298 /installerbuilder/libinstaller/packagemanagergui.cpp
parent831e0ba75992b17fb7d410e4947acb9d328a39c8 (diff)
reduce and improve verbose output
Diffstat (limited to 'installerbuilder/libinstaller/packagemanagergui.cpp')
-rw-r--r--installerbuilder/libinstaller/packagemanagergui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/installerbuilder/libinstaller/packagemanagergui.cpp b/installerbuilder/libinstaller/packagemanagergui.cpp
index 03208e1e3..452861ac2 100644
--- a/installerbuilder/libinstaller/packagemanagergui.cpp
+++ b/installerbuilder/libinstaller/packagemanagergui.cpp
@@ -1342,8 +1342,8 @@ StartMenuDirectoryPage::StartMenuDirectoryPage(PackageManagerCore *core)
dirs += dir.entryList(QDir::AllDirs | QDir::NoDotAndDotDot);
}
- verbose() << "StartMenuPath: " << startMenuPath;
- verbose() << "DesktopDir:" << core->value(QLatin1String("DesktopDir")) << std::endl;
+ verbose() << "StartMenuPath: \t" << startMenuPath << std::endl;
+ verbose() << "DesktopDir: \t" << core->value(QLatin1String("DesktopDir")) << std::endl;
m_listWidget = new QListWidget(this);
if (!dirs.isEmpty()) {