diff --git a/confluent_client/bin/nodehealth b/confluent_client/bin/nodehealth index 83e4a9d8..75a7c6b0 100755 --- a/confluent_client/bin/nodehealth +++ b/confluent_client/bin/nodehealth @@ -75,7 +75,7 @@ def main(): healthexplanations[node].append(explanation) if node in healthbynode and node in healthexplanations: if healthexplanations[node]: - print('{0}: {1} ({2})'.format( + print(u'{0}: {1} ({2})'.format( node, healthbynode[node], ','.join(healthexplanations[node]))) else: