various smaller changes/additions

This commit is contained in:
Mike Fährmann
2017-12-05 23:29:11 +01:00
parent 4fb6803fa6
commit 291369eab2
5 changed files with 10 additions and 16 deletions

View File

@@ -24,7 +24,7 @@ class Job():
if self.extractor is None:
raise exception.NoExtractorError(url)
self.extractor.log.debug(
"Using %s for %s", self.extractor.__class__.__name__, url)
"Using %s for '%s'", self.extractor.__class__.__name__, url)
# url predicates
predicates = [util.UniquePredicate()]