diff options
| author | 2020-02-08 22:09:51 -0500 | |
|---|---|---|
| committer | 2020-02-08 22:09:51 -0500 | |
| commit | 1fae3c378d6a96627f2a1dff89810e78bb1ce88f (patch) | |
| tree | fba0c0907d2bdecc023c07d6cde002c68a383739 /modules | |
| parent | v1.18.2 release (diff) | |
| signature | ||
healthcheck: typo
fix typo in healthcheck
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/healthcheck.py | 2 |
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) |
