mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Merge branch 'linq-xml' into vnext
This commit is contained in:
commit
ff573f358f
10 changed files with 117 additions and 165 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue