From 47deb2f084ab293ead30d99a7b874e2e23317531 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Thu, 23 Apr 2020 08:03:51 -0400 Subject: [PATCH] Switch log level for #3563, fix #3533 --- beetsplug/replaygain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/replaygain.py b/beetsplug/replaygain.py index 916541df6..6f15b454e 100644 --- a/beetsplug/replaygain.py +++ b/beetsplug/replaygain.py @@ -1326,7 +1326,7 @@ class ReplayGainPlugin(BeetsPlugin): if (any([self.should_use_r128(item) for item in album.items()]) and not all(([self.should_use_r128(item) for item in album.items()]))): - self._log.info( + self._log.error( u"Cannot calculate gain for album {0} (incompatible formats)", album) return