summaryrefslogtreecommitdiffstats
path: root/gearman/controllerWorker
diff options
context:
space:
mode:
Diffstat (limited to 'gearman/controllerWorker')
-rwxr-xr-xgearman/controllerWorker/ControllerWorker/StatusWorker.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/gearman/controllerWorker/ControllerWorker/StatusWorker.java b/gearman/controllerWorker/ControllerWorker/StatusWorker.java
index 47a4b5c..bb69b34 100755
--- a/gearman/controllerWorker/ControllerWorker/StatusWorker.java
+++ b/gearman/controllerWorker/ControllerWorker/StatusWorker.java
@@ -69,7 +69,7 @@ public class StatusWorker extends AbstractGearmanFunction {
if (BOOTSTATES.containsKey(event)) {
Vector<Client> clients = boot.getClients();
if (boot.isFinished()) {
- content.put("result shortcut", "successful");
+ content.put("result shortcut", "succeeded");
content.put("result text", "Booting of " + event
+ " has been finished!");
res.put(event, content);