healthcheck: typo
fix typo in healthcheck
This commit is contained in:
parent
1230950e23
commit
1fae3c378d
1 changed files with 1 additions and 1 deletions
|
@ -13,5 +13,5 @@ class Module(ModuleManager.BaseModule):
|
||||||
try:
|
try:
|
||||||
utils.http.request(url)
|
utils.http.request(url)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.log.error("Failed to cal healthcheck-url (%s)", [url],
|
self.log.error("Failed to call healthcheck-url (%s)", [url],
|
||||||
exc_info=True)
|
exc_info=True)
|
||||||
|
|
Loading…
Reference in a new issue