Adjust text on log message

This commit is contained in:
Joshua Boniface 2023-02-13 22:21:23 -05:00
parent bc88d764b0
commit 14d29f2986
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ class MonitoringInstance(object):
] ]
) )
self.logger.out( self.logger.out(
f"System health: {health_colour}{total_health}/100{self.logger.fmt_end}", f"Node health: {health_colour}{total_health}/100{self.logger.fmt_end}",
state="t", state="t",
) )