From ec3711f4a90dfe333b8a747a21fbdb6356bd0fb9 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Wed, 20 Dec 2023 10:23:33 -0500 Subject: [PATCH] Update lastimport.py --- beetsplug/lastimport.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/beetsplug/lastimport.py b/beetsplug/lastimport.py index dc84a3bc8..3ff166213 100644 --- a/beetsplug/lastimport.py +++ b/beetsplug/lastimport.py @@ -225,7 +225,9 @@ def process_tracks(lib, tracks, log): # If not, try just album/title if song is None: - log.debug("no album match, trying by album/title") + log.debug( + "no album match, trying by album/title: {0} - {1}", album, title + ) query = dbcore.AndQuery( [ dbcore.query.SubstringQuery("album", album),