From 16ad174d298ab3f6bd926d93dbd7e409367069f4 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Thu, 29 Oct 2015 17:43:31 -0400 Subject: [PATCH] A debug message for ReplayGain --- beetsplug/replaygain.py | 1 + 1 file changed, 1 insertion(+) diff --git a/beetsplug/replaygain.py b/beetsplug/replaygain.py index 8186b42f4..d57533e75 100644 --- a/beetsplug/replaygain.py +++ b/beetsplug/replaygain.py @@ -317,6 +317,7 @@ class CommandBackend(Backend): the album gain """ if len(items) == 0: + self._log.debug('no supported tracks to analyze') return [] """Compute ReplayGain values and return a list of results