From 388014567fae75c9324d861986bd8e02a74301ba Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sun, 24 Jun 2012 18:37:47 +0200 Subject: Add missing class name to System Trace log. To identify the source for System Trace entries qDebug() calls usually add the class name at the beginning. Add some missing ones and remove some trailing spaces. Change-Id: I3179bb206e96de8b5a1c05c0fc0958936e4513f3 --- rbutil/rbutilqt/base/uninstall.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rbutil/rbutilqt/base/uninstall.cpp') diff --git a/rbutil/rbutilqt/base/uninstall.cpp b/rbutil/rbutilqt/base/uninstall.cpp index cea0f4da57..ef6eb61ca5 100644 --- a/rbutil/rbutilqt/base/uninstall.cpp +++ b/rbutil/rbutilqt/base/uninstall.cpp @@ -66,7 +66,7 @@ void Uninstaller::uninstall(void) if(installlog.contains(toDeleteList.at(j))) { deleteFile = false; - qDebug() << "file still in use:" << toDeleteList.at(j); + qDebug() << "[Uninstaller] file still in use:" << toDeleteList.at(j); } installlog.endGroup(); } @@ -79,7 +79,7 @@ void Uninstaller::uninstall(void) emit logItem(tr("Could not delete %1") .arg(toDelete.filePath()), LOGWARNING); installlog.remove(toDeleteList.at(j)); - qDebug() << "deleted: " << toDelete.filePath() ; + qDebug() << "[Uninstaller] deleted:" << toDelete.filePath(); } else // if it is a dir, remember it for later deletion { -- cgit v1.2.3