summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
Diffstat (limited to 'module')
-rw-r--r--module/plugins/internal/misc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/plugins/internal/misc.py b/module/plugins/internal/misc.py
index b21dbd8f1..200e030c1 100644
--- a/module/plugins/internal/misc.py
+++ b/module/plugins/internal/misc.py
@@ -33,7 +33,7 @@ except ImportError:
class misc(object):
__name__ = "misc"
__type__ = "plugin"
- __version__ = "0.16"
+ __version__ = "0.17"
__status__ = "stable"
__pattern__ = r'^unmatchable$'
@@ -168,7 +168,7 @@ class Periodical(object):
self.task()
except Exception, e:
- self.log_error(_("Error performing periodical task"), e)
+ self.plugin.log_error(_("Error performing periodical task"), e)
self.restart(threaded=threaded, delay=self.interval)