summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-10-15 11:38:37 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-10-15 11:38:37 +0200
commite821199dadb92ac05160ceeaa10e2773bf34f07e (patch)
treeabc55972293bca3fd83d79e7f5bb845e28cc20ff /module/plugins/hooks
parentsimple unzip plugin (diff)
downloadpyload-e821199dadb92ac05160ceeaa10e2773bf34f07e.tar.xz
fixes for unrar
Diffstat (limited to 'module/plugins/hooks')
-rw-r--r--module/plugins/hooks/ExtractArchive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/ExtractArchive.py b/module/plugins/hooks/ExtractArchive.py
index 0489d1a0a..aee8674ec 100644
--- a/module/plugins/hooks/ExtractArchive.py
+++ b/module/plugins/hooks/ExtractArchive.py
@@ -202,7 +202,7 @@ class ExtractArchive(Hook):
except Exception, e:
if self.core.debug:
print_exc()
- self.logError(basename(plugin.file), _("Unkown Error"), str(e))
+ self.logError(basename(plugin.file), _("Unknown Error"), str(e))
return []