From d50f99cb27a76601079b4db80a640630f71c2ec1 Mon Sep 17 00:00:00 2001
From: Kai Koehne <kai.koehne@nokia.com>
Date: Thu, 21 Jul 2011 12:36:40 +0200
Subject: [PATCH] DebuggingHelper: Log the toolchain that is used to debugging
 output

Change-Id: Ia78c2b1cad4135cf3325eb612ccc81d6c3c4fc67
Reviewed-on: http://codereview.qt.nokia.com/1945
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
---
 src/plugins/qtsupport/debugginghelperbuildtask.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/plugins/qtsupport/debugginghelperbuildtask.cpp b/src/plugins/qtsupport/debugginghelperbuildtask.cpp
index 5cb23ef30e9..cc43cd1b556 100644
--- a/src/plugins/qtsupport/debugginghelperbuildtask.cpp
+++ b/src/plugins/qtsupport/debugginghelperbuildtask.cpp
@@ -98,6 +98,9 @@ DebuggingHelperBuildTask::DebuggingHelperBuildTask(const BaseQtVersion *version,
     ProjectExplorer::ToolChain *tc = tcList.at(0);
     tc->addToEnvironment(m_environment);
 
+    log(QCoreApplication::translate("QtVersion", "Building helper(s) with toolchain '%1' ...\n"
+                                    ).arg(tc->displayName()), QString());
+
     if (tc->targetAbi().os() == ProjectExplorer::Abi::LinuxOS
         && ProjectExplorer::Abi::hostAbi().os() == ProjectExplorer::Abi::WindowsOS)
         m_target = QLatin1String("-unix");
-- 
GitLab