diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/rhctl/playout_server.go | 1 |
1 files changed, 1 insertions, 0 deletions
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) } } |