From 2e2b6ea6a2267fa9c95d3b74c7cb9dd00531a915 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 27 Mar 2016 21:08:24 +0200 Subject: add log message when server comes back from the dead diff --git a/src/rhctl/playout_server.go b/src/rhctl/playout_server.go index 7d4b822..96e6fb7 100644 --- a/src/rhctl/playout_server.go +++ b/src/rhctl/playout_server.go @@ -88,6 +88,7 @@ func (srv *PlayoutServer) handleHeartbeat(data string) { srv.status.Health = ServerAlive if old != srv.status.Health { srv.Updates <- srv.status + rhl.Printf("Server(%s): is back from the dead!", srv.name) } } -- cgit v0.10.2