Skip to content

Commit

Permalink
Merge pull request #4394 from trolley/topic/fix-acousticbrainz-log
Browse files Browse the repository at this point in the history
Fix typo in Acousticbrainz warning log
  • Loading branch information
sampsyo authored Jun 30, 2022
2 parents 5dcce07 + bfe008e commit 472c3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beetsplug/acousticbrainz.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ def _data_to_scheme_child(self, subdata, subscheme, composites):
else:
yield v, subdata[k]
else:
self._log.warning('Acousticbrainz did not provide info'
self._log.warning('Acousticbrainz did not provide info '
'about {}', k)
self._log.debug('Data {} could not be mapped to scheme {} '
'because key {} was not found', subdata, v, k)
Expand Down

0 comments on commit 472c3ab

Please sign in to comment.