From 871be9c98b15005fa1874a71e406ea5324b0a80a Mon Sep 17 00:00:00 2001 From: J0J0 Todos Date: Sat, 27 May 2023 00:59:49 +0200 Subject: [PATCH] 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. --- beetsplug/smartplaylist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/smartplaylist.py b/beetsplug/smartplaylist.py index 2bed2542b..cb47a8cb8 100644 --- a/beetsplug/smartplaylist.py +++ b/beetsplug/smartplaylist.py @@ -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: