Merge branch 'master' into develop

This commit is contained in:
jesopo 2020-02-09 09:47:22 +00:00
commit 24cd513309

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)