diff --git a/src/plugins/debugger/qml/qmlengine.cpp b/src/plugins/debugger/qml/qmlengine.cpp index 1458bcb1b7c..b5c29b60728 100644 --- a/src/plugins/debugger/qml/qmlengine.cpp +++ b/src/plugins/debugger/qml/qmlengine.cpp @@ -442,7 +442,7 @@ void QmlEngine::appStartupFailed(const QString &errorMessage) this, &QmlEngine::errorMessageBoxFinished); infoBox->show(); } else { - showMessage(error, StatusBar); + ConsoleManagerInterface::instance()->printToConsolePane(ConsoleItem::WarningType, error); } notifyEngineRunFailed();