mirror of
https://github.com/beetbox/beets.git
synced 2026-02-13 19:03:37 +01:00
scrub: Demote a log message to debug
This seems unnecessary in the `beet scrub` output.
This commit is contained in:
parent
d5c51dd816
commit
7749cba00e
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ class ScrubPlugin(BeetsPlugin):
|
|||
self._log.debug(u'writing new tags after scrub')
|
||||
item.try_write()
|
||||
if art:
|
||||
self._log.info(u'restoring art')
|
||||
self._log.debug(u'restoring art')
|
||||
mf = mediafile.MediaFile(util.syspath(item.path))
|
||||
mf.art = art
|
||||
mf.save()
|
||||
|
|
|
|||
Loading…
Reference in a new issue