forked from qt-creator/qt-creator
RemoteLinux: Fix error message.
It's a pre-deployment check. Change-Id: If110cf6bce00ea8c159c3ec60ccb19f8d6c0a997 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
@@ -83,7 +83,7 @@ bool AbstractRemoteLinuxDeployStep::init()
|
|||||||
deployService()->setBuildConfiguration(qobject_cast<Qt4ProjectManager::Qt4BuildConfiguration *>(target()->activeBuildConfiguration()));
|
deployService()->setBuildConfiguration(qobject_cast<Qt4ProjectManager::Qt4BuildConfiguration *>(target()->activeBuildConfiguration()));
|
||||||
const bool canDeploy = initInternal(&error);
|
const bool canDeploy = initInternal(&error);
|
||||||
if (!canDeploy)
|
if (!canDeploy)
|
||||||
emit addOutput(tr("Deployment failed: %1").arg(error), ErrorMessageOutput);
|
emit addOutput(tr("Cannot deploy: %1").arg(error), ErrorMessageOutput);
|
||||||
return canDeploy;
|
return canDeploy;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user