summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/ExtractArchive.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-10-25 21:59:29 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-10-25 21:59:29 +0200
commit73ec4c51be8e8b5f45abe3e5eebe066957ad4f4c (patch)
treeb70e32e13aa8d0aa710be59a35bf503fc5bc59b4 /module/plugins/hooks/ExtractArchive.py
parentclosed #410 (diff)
downloadpyload-73ec4c51be8e8b5f45abe3e5eebe066957ad4f4c.tar.xz
also use "rar" to extract
Diffstat (limited to 'module/plugins/hooks/ExtractArchive.py')
-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 5bedc4293..2e8daad35 100644
--- a/module/plugins/hooks/ExtractArchive.py
+++ b/module/plugins/hooks/ExtractArchive.py
@@ -97,7 +97,7 @@ class ExtractArchive(Hook):
except OSError, e:
if e.errno == 2:
- self.logInfo(_("No %s installed"))
+ self.logInfo(_("No %s installed") % p)
else:
self.logWarning(_("Could not activate %s") % p, str(e))
if self.core.debug: