diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-10-25 21:59:29 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-10-25 21:59:29 +0200 |
commit | 73ec4c51be8e8b5f45abe3e5eebe066957ad4f4c (patch) | |
tree | b70e32e13aa8d0aa710be59a35bf503fc5bc59b4 /module/plugins/hooks | |
parent | closed #410 (diff) | |
download | pyload-73ec4c51be8e8b5f45abe3e5eebe066957ad4f4c.tar.xz |
also use "rar" to extract
Diffstat (limited to 'module/plugins/hooks')
-rw-r--r-- | module/plugins/hooks/ExtractArchive.py | 2 |
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: |