summaryrefslogtreecommitdiffstats
path: root/configserver
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2019-05-12 11:56:53 +0200
committerGitHub <noreply@github.com>2019-05-12 11:56:53 +0200
commita22a795b5f4c48927584b471c186831d9e02ac66 (patch)
treece4f0505bcaf6df84ea56d9451a68081e3ee8cbe /configserver
parent85229632057c0135afeb5b909db89156a1d98029 (diff)
Resterende broken string :p
Diffstat (limited to 'configserver')
-rw-r--r--configserver/src/main/java/com/yahoo/vespa/config/server/deploy/Deployment.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/configserver/src/main/java/com/yahoo/vespa/config/server/deploy/Deployment.java b/configserver/src/main/java/com/yahoo/vespa/config/server/deploy/Deployment.java
index 3fac3f3e982..aabd1fd72cb 100644
--- a/configserver/src/main/java/com/yahoo/vespa/config/server/deploy/Deployment.java
+++ b/configserver/src/main/java/com/yahoo/vespa/config/server/deploy/Deployment.java
@@ -170,7 +170,7 @@ public class Deployment implements com.yahoo.config.provision.Deployment {
throw new IllegalStateException(localSession.logPre() + "Session " + localSession.getSessionId() + " is already active");
if (Session.Status.NEW.equals(localSession.getStatus()))
- throw new IllegalStateException(localSession.logPre() + "Session " + localSession.getSessionId() + " is not
+ throw new IllegalStateException(localSession.logPre() + "Session " + localSession.getSessionId() + " is not prepared");
if ( ! localSession.getMetaData().isInternalRedeploy())
return;