diff options
| author | 2011-11-04 20:40:09 +0100 | |
|---|---|---|
| committer | 2011-11-04 20:40:09 +0100 | |
| commit | 138c28777f8a09fd88c4002a00c87e8bd0c7be74 (patch) | |
| tree | 5d8aea3a8dbc65276dc04722e62375ce6dc61b6a /module/plugins/hooks | |
| parent | BasePlugin: attempt to fix #266 (diff) | |
| download | pyload-138c28777f8a09fd88c4002a00c87e8bd0c7be74.tar.xz | |
closed #418
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 54dd6ff2d..23ae6c543 100644 --- a/module/plugins/hooks/ExtractArchive.py +++ b/module/plugins/hooks/ExtractArchive.py @@ -151,7 +151,7 @@ class ExtractArchive(Hook): #iterate packages -> plugins -> targets for pid in ids: p = self.core.files.getPackage(pid) - self.logInfo(_("Extract package %s") % p.name) + self.logInfo(_("Check package %s") % p.name) if not p: continue # determine output folder |
