fixed FeedExporter shutdown log messages

This commit is contained in:
Mikhail Korobov 2015-05-18 19:28:37 +05:00
parent 3a4d57b3f5
commit 60e79db3ee
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ class FeedExporter(object):
if not slot.itemcount and not self.store_empty:
return
slot.exporter.finish_exporting()
logfmt = "%%s %(format)s feed (%(itemcount)d items) in: %(uri)s"
logfmt = "%s %%(format)s feed (%%(itemcount)d items) in: %%(uri)s"
log_args = {'format': self.format,
'itemcount': slot.itemcount,
'uri': slot.uri}