diff options
author | 2015-06-09 01:52:24 +0200 | |
---|---|---|
committer | 2015-06-09 01:52:24 +0200 | |
commit | da1180bc2d428ad52fbbecda8473fc1fb7267438 (patch) | |
tree | 1565947cf7b67e21e28f0c27df2f9dd3e91bb1ca /module/plugins/hooks/RestartFailed.py | |
parent | New plugin: TNTVillageScambioeticoOrg (diff) | |
download | pyload-da1180bc2d428ad52fbbecda8473fc1fb7267438.tar.xz |
[SimpleHoster] Improve checkFile
Diffstat (limited to 'module/plugins/hooks/RestartFailed.py')
-rw-r--r-- | module/plugins/hooks/RestartFailed.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/RestartFailed.py b/module/plugins/hooks/RestartFailed.py index 837d903b2..c29b9cee4 100644 --- a/module/plugins/hooks/RestartFailed.py +++ b/module/plugins/hooks/RestartFailed.py @@ -30,7 +30,7 @@ class RestartFailed(Hook): def periodical(self): - self.logDebug(_("Restart failed downloads")) + self.logDebug("Restart failed downloads") self.core.api.restartFailed() |