Replaygain: added better logging

This commit is contained in:
Rudi Grinberg 2012-08-31 17:58:12 -04:00
parent 77e1ecce7d
commit 69ac52973d
1 changed files with 2 additions and 0 deletions

View File

@ -121,6 +121,8 @@ def calculate_replay_gain(file_path):
matches = search.groups()
if len(matches) == 1:
replay_gain = matches[0]
else:
logger.warn("Received more than 1 match in: '%s'" % str(matches))
return replay_gain