mirror of
https://github.com/Radarr/Radarr
synced 2025-01-31 11:53:06 +00:00
Fixed: List Connection Error Mentions Indexer
This commit is contained in:
parent
c2761ef16c
commit
c8de38ef23
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ protected virtual ValidationFailure TestConnection()
|
|||
{
|
||||
_logger.Warn(ex, "Unable to connect to list");
|
||||
|
||||
return new ValidationFailure(string.Empty, "Unable to connect to indexer. " + ex.Message);
|
||||
return new ValidationFailure(string.Empty, "Unable to connect to list. " + ex.Message);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue