Module: check_mk
Branch: master
Commit: 14d8c222f1612d4a5c0bc81f0b346c94dcb3dc2f
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=14d8c222f1612d…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Wed May 24 11:49:27 2017 +0200
Fixed wrong function call
Change-Id: If233ad770134ab7087515ee4ada9f02b6c5c75c4
---
web/htdocs/bi.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/htdocs/bi.py b/web/htdocs/bi.py
index 6302a5b..df69103 100644
--- a/web/htdocs/bi.py
+++ b/web/htdocs/bi.py
@@ -276,7 +276,7 @@ class JobWorker(object):
aggr_type, aggr_idx, groups = job["id"]
log("Compilation finished %r - took %.3f sec" %
(job["id"], time.time() - start_time))
except Exception, e:
- log("MP-Worker Exception %s" % traceback.format_exception())
+ log("MP-Worker Exception %s" % traceback.format_exc())
mp_errors.put("Aggregation error: %s" %
traceback.format_exc())
finally:
# Even in an error scenario we consider these hosts as compiled