diff --git a/lyric_search_new/sources/aggregate.py b/lyric_search_new/sources/aggregate.py index 569883c..f543999 100644 --- a/lyric_search_new/sources/aggregate.py +++ b/lyric_search_new/sources/aggregate.py @@ -31,7 +31,7 @@ class Aggregate: search_result = None for source in sources: if source.label.lower() in self.exclude_methods: - logging.debug("Skipping source: %s, excluded.") + logging.debug("Skipping source: %s, excluded.", source.label) continue search_result = await source.search(artist, song) if search_result: