Don't spam stderr on -C without --verbose

This commit is contained in:
Pedro Silva 2013-10-23 12:56:34 +02:00
parent 3379c31f4f
commit a4425aa60e

View file

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