OSDN Git Service

Maemo: Fix misleading error message.
authorChristian Kandeler <christian.kandeler@nokia.com>
Thu, 21 Apr 2011 07:37:52 +0000 (09:37 +0200)
committerChristian Kandeler <christian.kandeler@nokia.com>
Thu, 21 Apr 2011 09:11:14 +0000 (11:11 +0200)
src/plugins/qt4projectmanager/qt-maemo/maemodebugsupport.cpp

index 685b397..fcabd24 100644 (file)
@@ -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) {