Fixed: Improved Indexer HTTP Validation Failure Messaging

This commit is contained in:
Bakerboy448
2023-02-16 11:46:51 -06:00
committed by Bogdan
parent d767a82e84
commit 8e1771b5a9
4 changed files with 6 additions and 6 deletions
@@ -211,7 +211,7 @@ namespace NzbDrone.Core.Indexers.Newznab
{
_logger.Warn(ex, "Unable to connect to indexer: " + ex.Message);
return new ValidationFailure(string.Empty, "Unable to connect to indexer, check the log for more details");
return new ValidationFailure(string.Empty, "Unable to connect to indexer, check the log above the ValidationFailure for more details");
}
}
}