From c6aaebc509160c0e33cf7f78d4700a7d8b3c0288 Mon Sep 17 00:00:00 2001 From: Adrien Waksberg Date: Thu, 27 Jun 2019 20:49:34 +0200 Subject: [PATCH] fix: change nothing to do message --- is_master.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, " ")