summaryrefslogtreecommitdiffstats
path: root/gearman
diff options
context:
space:
mode:
authorBjörn Geiger2011-08-22 13:06:15 +0200
committerBjörn Geiger2011-08-22 13:06:15 +0200
commitf98101781b5685dd8bd6dfb632fb223c913e013a (patch)
tree56dffaacd7c2aad3929cff631fa8f254a88fbcdf /gearman
parentStatusWorker korrigiert (diff)
downloadpoolctrl-f98101781b5685dd8bd6dfb632fb223c913e013a.tar.gz
poolctrl-f98101781b5685dd8bd6dfb632fb223c913e013a.tar.xz
poolctrl-f98101781b5685dd8bd6dfb632fb223c913e013a.zip
kleine Korrekutr
Diffstat (limited to 'gearman')
-rw-r--r--gearman/controllerWorker/ControllerWorker/StatusWorker.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/gearman/controllerWorker/ControllerWorker/StatusWorker.java b/gearman/controllerWorker/ControllerWorker/StatusWorker.java
index 9f1c114..f08e7b2 100644
--- a/gearman/controllerWorker/ControllerWorker/StatusWorker.java
+++ b/gearman/controllerWorker/ControllerWorker/StatusWorker.java
@@ -74,7 +74,7 @@ public class StatusWorker extends AbstractGearmanFunction {
res.put(event, content);
}
} else {
- content.put("result", "not found");
+ content.put("result", "not founded");
content
.put("resultText",
"The Boot process for the event has not been found.");
@@ -122,7 +122,7 @@ public class StatusWorker extends AbstractGearmanFunction {
res.put(event, content);
}
} else {
- content.put("result", "not found");
+ content.put("result", "not founded");
content
.put("resultText",
"The Shutdown process for the event has not been found.");