mirror of https://github.com/Radarr/Radarr
Unavailable...
This commit is contained in:
parent
12c4f4423c
commit
a7a4783947
|
@ -215,7 +215,7 @@ namespace NzbDrone.Core.Providers.Indexer
|
|||
{
|
||||
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