Merge pull request #235 from trobotham/patch-1

healthcheck: typo
This commit is contained in:
jesopo 2020-02-09 09:46:34 +00:00 committed by GitHub
commit 9d5baf4841
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,5 +13,5 @@ class Module(ModuleManager.BaseModule):
try:
utils.http.request(url)
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)