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),