From 1fae3c378d6a96627f2a1dff89810e78bb1ce88f Mon Sep 17 00:00:00 2001 From: Terrance Robotham Date: Sat, 8 Feb 2020 22:09:51 -0500 Subject: [PATCH] healthcheck: typo fix typo in healthcheck --- modules/healthcheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/healthcheck.py b/modules/healthcheck.py index 3b5acfe2..af7066a3 100644 --- a/modules/healthcheck.py +++ b/modules/healthcheck.py @@ -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)