From 7c068ca4c57a8db84422276551c6fb247a7567ad Mon Sep 17 00:00:00 2001 From: rembo10 Date: Fri, 28 Mar 2014 11:25:17 -0700 Subject: [PATCH] Updated the 'maintaining db' log message --- headphones/importer.py | 2 +- headphones/mb.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/headphones/importer.py b/headphones/importer.py index a7481f76..1d9b2260 100644 --- a/headphones/importer.py +++ b/headphones/importer.py @@ -210,7 +210,7 @@ def addArtisttoDB(artistid, extrasonly=False, forcefull=False): logger.info("[%s] Removing all references to release group %s to reflect MusicBrainz" % (artist['artist_name'], items['AlbumID'])) force_repackage = 1 else: - logger.info("[%s] Error pulling data from MusicBrainz: Maintaining dB" % artist['artist_name']) + logger.info("[%s] There was either an error pulling data from MusicBrainz or there might not be any releases for this category" % artist['artist_name']) # Then search for releases within releasegroups, if releases don't exist, then remove from allalbums/alltracks diff --git a/headphones/mb.py b/headphones/mb.py index e7629bba..b45dcfe1 100644 --- a/headphones/mb.py +++ b/headphones/mb.py @@ -373,7 +373,7 @@ def get_new_releases(rgid,includeExtras=False,forcefull=False): logger.info("Removing all references to release %s to reflect MusicBrainz" % items['ReleaseID']) force_repackage1 = 1 else: - logger.info("Error pulling data from MusicBrainz: Maintaining dB") + logger.info("There was either an error pulling data from MusicBrainz or there might not be any releases for this category") num_new_releases = 0