1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-26 17:59:14 +00:00

Unavailable...

This commit is contained in:
Mark McDowall 2012-10-22 14:01:14 -07:00
parent 12c4f4423c
commit a7a4783947

View file

@ -215,7 +215,7 @@ private List<EpisodeParseResult> Fetch(IEnumerable<string> urls)
{
if (webException.Message.Contains("503"))
{
_logger.Warn("{0} server is currently unbelievable.{1} {2}", Name,url, webException.Message);
_logger.Warn("{0} server is currently unavailable.{1} {2}", Name,url, webException.Message);
}
else
{