From c135b3575179015f01cb9e51034bac057fa8f014 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 5 Dec 2011 21:01:34 +0100 Subject: little fs improvements --- module/plugins/hooks/ExtractArchive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/hooks') diff --git a/module/plugins/hooks/ExtractArchive.py b/module/plugins/hooks/ExtractArchive.py index 359bfca76..82e9c1d36 100644 --- a/module/plugins/hooks/ExtractArchive.py +++ b/module/plugins/hooks/ExtractArchive.py @@ -165,7 +165,7 @@ class ExtractArchive(Hook): for plugin in self.plugins: targets = plugin.getTargets(files_ids) - if targets: self.logDebug("Targets: %s" % targets) + if targets: self.logDebug("Targets for %s: %s" % (plugin.__name__, targets)) for target, fid in targets: if target in extracted: self.logDebug(basename(target), "skipped") -- cgit v1.2.3