Updated the 'maintaining db' log message

This commit is contained in:
rembo10
2014-03-28 11:25:17 -07:00
parent 537126b3d9
commit 7c068ca4c5
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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