mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-05 10:32:35 +01:00
Unavailable...
This commit is contained in:
parent
12c4f4423c
commit
a7a4783947
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user