Log smartplaylist create msg as info log

instead of debug log. In an explicit run (not while importing) it doesn't hurt
to get some progress to the UI.
This commit is contained in:
J0J0 Todos 2023-05-27 00:59:49 +02:00
parent c03bd26e3a
commit 871be9c98b

View file

@ -192,7 +192,7 @@ class SmartPlaylistPlugin(BeetsPlugin):
if pretend:
self._log.info('Results for playlist {}:', name)
else:
self._log.debug("Creating playlist {0}", name)
self._log.info("Creating playlist {0}", name)
items = []
if query: