diff --git a/is_master.go b/is_master.go index b740e30..ffb4b35 100644 --- a/is_master.go +++ b/is_master.go @@ -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, " ")