diff --git a/src/plugins/projectexplorer/runcontrol.cpp b/src/plugins/projectexplorer/runcontrol.cpp index 8a98e455129..e677b611ae0 100644 --- a/src/plugins/projectexplorer/runcontrol.cpp +++ b/src/plugins/projectexplorer/runcontrol.cpp @@ -375,7 +375,7 @@ void RunControl::setDevice(const IDevice::ConstPtr &device) return; const QString message = QString::fromUtf8(entry.value("MESSAGE")) + "\n"; - appendMessageRequested(this, message, Utils::OutputFormat::LogMessageFormat); + appendMessage(message, Utils::OutputFormat::LogMessageFormat); }); } #endif