From 8350ed6baf38620a74eb61c2207e95df41d8ac2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Koutensk=C3=BD?= Date: Sun, 18 Feb 2018 20:09:58 +0100 Subject: [PATCH] Unique debug messages for R128 functions --- beetsplug/replaygain.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beetsplug/replaygain.py b/beetsplug/replaygain.py index a7064451a..f851b5df6 100644 --- a/beetsplug/replaygain.py +++ b/beetsplug/replaygain.py @@ -904,7 +904,7 @@ class ReplayGainPlugin(BeetsPlugin): item.r128_track_gain = int(round(track_gain.gain * pow(2, 8))) item.store() - self._log.debug(u'applied track gain {0}', item.r128_track_gain) + self._log.debug(u'applied r128 track gain {0}', item.r128_track_gain) def store_album_gain(self, album, album_gain): album.rg_album_gain = album_gain.gain @@ -918,7 +918,7 @@ class ReplayGainPlugin(BeetsPlugin): album.r128_album_gain = int(round(album_gain.gain * pow(2, 8))) album.store() - self._log.debug(u'applied album gain {0}', album.r128_album_gain) + self._log.debug(u'applied r128 album gain {0}', album.r128_album_gain) def handle_album(self, album, write, force=False): """Compute album and track replay gain store it in all of the