From c9aeefc67ae404be2e181552c42d41ee8849e90b Mon Sep 17 00:00:00 2001 From: Jonny Date: Thu, 19 Feb 2015 18:02:48 +0000 Subject: [PATCH] Update postprocessor.py Changed ID3 logging to debug --- headphones/postprocessor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/headphones/postprocessor.py b/headphones/postprocessor.py index 71ca70cb..79cb7ba1 100755 --- a/headphones/postprocessor.py +++ b/headphones/postprocessor.py @@ -884,10 +884,10 @@ def correctMetadata(albumid, release, downloaded_track_list): # Set ID3 tag version if headphones.CONFIG.IDTAG: beetsconfig['id3v23'] = True - logger.info("Using ID3v2.3") + logger.debug("Using ID3v2.3") else: beetsconfig['id3v23'] = False - logger.info("Using ID3v2.4") + logger.debug("Using ID3v2.4") for item in items: try: