summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-05-04 01:22:06 +0200
committerGravatar GammaC0de <GammaC0de@users.noreply.github.com> 2015-05-04 01:22:06 +0200
commite26ba64714e84745db1f6dfc73ccc8c68ad4abcc (patch)
treea67197f944575aeb7c5e55f536813dc34993b547
parentmore verbose (diff)
downloadpyload-e26ba64714e84745db1f6dfc73ccc8c68ad4abcc.tar.xz
even more
-rw-r--r--module/plugins/hooks/ExtractArchive.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/module/plugins/hooks/ExtractArchive.py b/module/plugins/hooks/ExtractArchive.py
index d0a84364a..5b90b28fc 100644
--- a/module/plugins/hooks/ExtractArchive.py
+++ b/module/plugins/hooks/ExtractArchive.py
@@ -478,6 +478,9 @@ class ExtractArchive(Hook):
except Exception, e:
self.logWarning(_("Unable to move %s to trash: %s") % (os.path.basename(f), e.message))
+ else:
+ self.logDebug(_("Successfully moved %s to trash") % os.path.basename(f))
+
self.logInfo(name, _("Extracting finished"))
extracted_files = archive.files or archive.list()