mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Nicer logging of found writer
matches generator format
This commit is contained in:
parent
a52922bfb5
commit
7eb730af78
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ class Pelican:
|
|||
|
||||
writer = writers[0]
|
||||
|
||||
logger.debug("Found writer: %s", writer)
|
||||
logger.debug("Found writer: %s (%s)" % (writer.__name__, writer.__module__))
|
||||
return writer(self.output_path, settings=self.settings)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue