1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-05 10:32:35 +01: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
{