From e821199dadb92ac05160ceeaa10e2773bf34f07e Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 15 Oct 2011 11:38:37 +0200 Subject: fixes for unrar --- module/plugins/hooks/ExtractArchive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/hooks/ExtractArchive.py') 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 [] -- cgit v1.2.3