summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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()