mirror of
https://github.com/beetbox/beets.git
synced 2025-12-09 10:05:35 +01:00
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:
parent
c03bd26e3a
commit
871be9c98b
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue