fix: change nothing to do message

This commit is contained in:
Adrien Waksberg 2019-06-27 20:49:34 +02:00
parent 9db472a1fc
commit c6aaebc509

View file

@ -95,7 +95,7 @@ func main() {
} }
if isMaster == false { if isMaster == false {
Ok("OK - I am slave, i going to sleep") Ok("I have nothing to do, i going to sleep")
} }
command := strings.Split(*COMMAND, " ") command := strings.Split(*COMMAND, " ")