replaygain: Log when files are unsupported

This commit is contained in:
Adrian Sampson 2014-04-29 10:23:07 -07:00
parent 4af96f316d
commit 54445882d8

View file

@ -135,6 +135,7 @@ class CommandBackend(Backend):
supported_items = filter(self.format_supported, album.items())
if len(supported_items) != len(album.items()):
log.debug('replaygain: tracks are of unsupported format')
return AlbumGain(None, [])
output = self.compute_gain(supported_items, True)