Adjust text on log message
This commit is contained in:
parent
bc88d764b0
commit
14d29f2986
|
@ -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",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue