aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2020-02-09 09:47:22 +0000
committerGravatar jesopo2020-02-09 09:47:22 +0000
commit24cd5133098c168138e0ec44add5611ca99280f5 (patch)
tree4caeda662aa99c843cad40a473ca5505b6f207c3 /modules
parenttransfer stdout/stderr _assured to IRCLine.assured (diff)
parentMerge pull request #235 from trobotham/patch-1 (diff)
signature
Merge branch 'master' into develop
Diffstat (limited to 'modules')
-rw-r--r--modules/healthcheck.py2
1 files changed, 1 insertions, 1 deletions
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)