mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-28 21:12:43 +02:00
Merge branch 'linq-xml' into vnext
This commit is contained in:
@@ -109,7 +109,7 @@ namespace NzbDrone.Core.Indexers
|
||||
{
|
||||
if (webException.Message.Contains("503") || webException.Message.Contains("timed out"))
|
||||
{
|
||||
_logger.Warn("{0} server is currently unavailable.{1} {2}", indexer.Name, url, webException.Message);
|
||||
_logger.Warn("{0} server is currently unavailable. {1} {2}", indexer.Name, url, webException.Message);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user