update message for siafile bad health

This commit is contained in:
Matthew Sevey 2020-11-18 11:04:04 -07:00
parent 09a4b646ec
commit 243d084b5d
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ async def check_alerts():
force_notify = True
message += "{} Warning Alerts found. ".format(len(warning_alerts))
message += "{} SiaFile Alerts found. ".format(len(siafile_alerts))
message += "{} SiaFiles with bad health found. ".format(len(siafile_alerts))
alerts_file = None
if len(alerts) > 0: