less aggressive http exception logging.

This commit is contained in:
kay.one
2013-07-30 22:35:07 -07:00
parent c57fb29db4
commit 1eb278c7f6
3 changed files with 24 additions and 17 deletions

View File

@@ -62,7 +62,7 @@ namespace NzbDrone.Core.MediaCover
}
catch (WebException e)
{
_logger.WarnException("Couldn't download media cover for " + series, e);
_logger.Warn("Couldn't download media cover for " + series);
}
catch (Exception e)
{