Skip to content
Snippets Groups Projects
Commit 7b814f8c authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Clarify that we are generating presenter formats in a debug message.

parent d284b58a
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ class PresenterManager:
self.config["text"] = FORMATS["text"]
logger.debug(
"Will generate the following formats: %s",
"Will generate the following presenter formats: %s",
", ".join(self.config.keys()),
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment