diff options
author | Walter Purcaro <vuolter@gmail.com> | 2015-01-01 01:48:37 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2015-01-01 01:48:37 +0100 |
commit | 60e9c46f32d97d01d728c8515985b58ba33fdafd (patch) | |
tree | b2fc75b3b74364e01ff1be69c393a6973dff1366 /module/plugins/hooks/ExtractArchive.py | |
parent | [NowVideoSx] Improve __pattern__ (diff) | |
download | pyload-60e9c46f32d97d01d728c8515985b58ba33fdafd.tar.xz |
[SimpleHoster] Fix https://github.com/pyload/pyload/issues/997
Diffstat (limited to 'module/plugins/hooks/ExtractArchive.py')
-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 73d8bdb0b..2e9efa2b0 100644 --- a/module/plugins/hooks/ExtractArchive.py +++ b/module/plugins/hooks/ExtractArchive.py @@ -189,7 +189,7 @@ class ExtractArchive(Hook): keepbroken = self.getConfig("keepbroken") if extensions: - self.logDebug("Extensions allowed: %s" % "|.".join(extensions)) + self.logDebug("Extensions: %s" % "|.".join(extensions)) # reload from txt file self.reloadPasswords() |