fix flag name in message

This commit is contained in:
Viranch Mehta
2021-09-21 01:58:07 -07:00
parent 43e02c916c
commit c521f06de2
+2 -2
View File
@@ -70,8 +70,8 @@ class BaseProvider(BaseSource):
if not unsupported_pools:
continue
unsupported_pools = ','.join(unsupported_pools)
msg = f'"up" flag used in pools {unsupported_pools} in ' \
f'{record.fqdn} is not supported'
msg = f'"status" flag used in pools {unsupported_pools}' \
f' in {record.fqdn} is not supported'
fallback = 'will ignore it and respect the healthcheck'
self.supports_warn_or_except(msg, fallback)
record = record.copy()