fix: change nothing to do message
This commit is contained in:
parent
9db472a1fc
commit
c6aaebc509
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ func main() {
|
|||
}
|
||||
|
||||
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, " ")
|
||||
|
|
Loading…
Reference in a new issue