mirror of
https://github.com/beetbox/beets.git
synced 2026-02-21 23:03:26 +01:00
Don't spam stderr on -C without --verbose
This commit is contained in:
parent
3379c31f4f
commit
a4425aa60e
1 changed files with 2 additions and 2 deletions
|
|
@ -40,8 +40,8 @@ def _checksum(item, prog):
|
|||
checksum = command_output(args)
|
||||
setattr(item, key, checksum)
|
||||
item.store()
|
||||
log.info('%s: computed checksum for %s using %s',
|
||||
PLUGIN, item.title, key)
|
||||
log.debug('%s: computed checksum for %s using %s',
|
||||
PLUGIN, item.title, key)
|
||||
except Exception as e:
|
||||
log.debug('%s: failed to checksum %s: %s',
|
||||
PLUGIN, displayable_path(item.path), e)
|
||||
|
|
|
|||
Loading…
Reference in a new issue