summaryrefslogtreecommitdiffstats
path: root/gearman/controllerWorker/ControllerWorker/Boot.java
diff options
context:
space:
mode:
authorBjörn Geiger2011-08-10 13:09:14 +0200
committerBjörn Geiger2011-08-10 13:09:14 +0200
commite6f695cdac26c5fe0e7b6bab26b669d2b09544ee (patch)
treea3bf361d1148d6dfbdb71d863090a26fb6687976 /gearman/controllerWorker/ControllerWorker/Boot.java
parentverschiedenes (diff)
downloadpoolctrl-e6f695cdac26c5fe0e7b6bab26b669d2b09544ee.tar.gz
poolctrl-e6f695cdac26c5fe0e7b6bab26b669d2b09544ee.tar.xz
poolctrl-e6f695cdac26c5fe0e7b6bab26b669d2b09544ee.zip
minor
Diffstat (limited to 'gearman/controllerWorker/ControllerWorker/Boot.java')
-rw-r--r--gearman/controllerWorker/ControllerWorker/Boot.java22
1 files changed, 11 insertions, 11 deletions
diff --git a/gearman/controllerWorker/ControllerWorker/Boot.java b/gearman/controllerWorker/ControllerWorker/Boot.java
index 3fe6a05..3d2db11 100644
--- a/gearman/controllerWorker/ControllerWorker/Boot.java
+++ b/gearman/controllerWorker/ControllerWorker/Boot.java
@@ -80,26 +80,26 @@ public class Boot extends Thread {
this.error = false;
this.bootOS = bootOS;
this.statusText = new String[20];
- this.statusText[0] = "Booting has been started.";
- this.statusText[1] = "Ping has been started.";
- this.statusText[2] = "Client is alive.";
- this.statusText[3] = "Client is not alive.";
- this.statusText[4] = "Wake on LAN has been started.";
- this.statusText[5] = "Magic packet has been send.";
- this.statusText[6] = "Ping after wake on LAN has been started.";
+ this.statusText[0] = "The booting process of the client has been started.";
+ this.statusText[1] = "The ping has been started.";
+ this.statusText[2] = "The client is alive.";
+ this.statusText[3] = "The client is not alive.";
+ this.statusText[4] = "The wake on LAN has been started.";
+ this.statusText[5] = "The Magic packet has been send.";
+ this.statusText[6] = "The ping after wake on LAN has been started.";
this.statusText[7] = "Doing ping after wake on LAN again and again, until client is alive or two minutes has been elapsed";
this.statusText[8] = "The check for the correct operating system has been started.";
- this.statusText[9] = "Wrong operating system is running.";
+ this.statusText[9] = "The wrong operating system is running.";
this.statusText[10] = "The check if a user is logged in has been started.";
this.statusText[11] = "A user is logged in.";
this.statusText[12] = "The check if the user is working has been started.";
this.statusText[13] = "The user is not working.";
this.statusText[14] = "A restart of the client has been triggered.";
- this.statusText[15] = "Ping after restart has been started.";
+ this.statusText[15] = "The ping after restart has been started.";
this.statusText[16] = "Doing ping after restart again and again, until client is alive or two minutes has been elapsed";
this.statusText[17] = "The user is working.";
- this.statusText[18] = "Booting has not been finished, due to an error.";
- this.statusText[19] = "Booting has been finished.";
+ this.statusText[18] = "Booting of the client has not been finished, due to an error.";
+ this.statusText[19] = "Booting of the client has been finished.";
}
public void run() {