From a0cb63ec69c2845339baac47534288349a6d579d Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Tue, 20 Oct 2015 20:13:59 +0200 Subject: Tiny code cosmetics --- module/plugins/internal/Account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/internal/Account.py') diff --git a/module/plugins/internal/Account.py b/module/plugins/internal/Account.py index f883eb25c..f55ae90ed 100644 --- a/module/plugins/internal/Account.py +++ b/module/plugins/internal/Account.py @@ -88,7 +88,7 @@ class Account(Plugin): self.periodical() except Exception, e: - self.log_error(_("Error executing periodical task: %s") % e, trace=True) + self.log_error(_("Error performing periodical task"), e) self.restart_periodical(threaded=threaded, delay=self.interval) -- cgit v1.2.3