Signed-off-by: Ziheng Liu <lzhfromustc@gmail.com> (cherry picked from commit 53e0c5012637656de1765c330b2549aa7088b853) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@@ -22,7 +22,7 @@ func (s *Health) String() string {
case types.Starting:
return "health: starting"
default: // Healthy and Unhealthy are clear on their own
- return s.Health.Status
+ return status
}