Private GIT

Skip to content
Snippets Groups Projects
Commit a8c3828e authored by Fernando's avatar Fernando
Browse files

Change metadata message about not finding image to info

parent 1b573dba
No related branches found
No related tags found
No related merge requests found
......@@ -1004,7 +1004,7 @@ class GenericMetadata():
except Exception as e:
pass
logger.log(u"Could not find any " + type + " images on TMDB for " + show.name, logger.DEBUG)
logger.log(u"Could not find any " + type + " images on TMDB for " + show.name, logger.INFO)
def _retrieve_show_images_from_fanart(self, show, type, thumb=False):
types = {'poster': fanart.TYPE.TV.POSTER,
......@@ -1034,4 +1034,4 @@ class GenericMetadata():
except Exception as e:
pass
logger.log(u"Could not find any " + type + " images on Fanart.tv for " + show.name, logger.DEBUG)
logger.log(u"Could not find any " + type + " images on Fanart.tv for " + show.name, logger.INFO)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment