forked from qt-creator/qt-creator
Maemo: Fix misleading error message.
This commit is contained in:
@@ -166,8 +166,7 @@ void MaemoDebugSupport::handleAdapterSetupRequested()
|
||||
void MaemoDebugSupport::handleSshError(const QString &error)
|
||||
{
|
||||
if (m_state == Debugging) {
|
||||
showMessage(tr("SSH connection error: %1").arg(error),
|
||||
AppError);
|
||||
showMessage(error, AppError);
|
||||
if (m_engine)
|
||||
m_engine->notifyInferiorIll();
|
||||
} else if (m_state != Inactive) {
|
||||
|
||||
Reference in New Issue
Block a user