mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-29 18:34:13 -04:00
Fixed: List Connection Error Mentions Indexer
This commit is contained in:
@@ -159,7 +159,7 @@ namespace NzbDrone.Core.NetImport
|
||||
{
|
||||
_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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user