1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

Fixed: Improve some request failure messaging

This commit is contained in:
bakerboy448
2023-02-22 19:36:12 -06:00
committed by GitHub
parent 6ec32eb45d
commit e968919e63
8 changed files with 29 additions and 29 deletions
@@ -389,7 +389,7 @@ namespace NzbDrone.Core.Indexers
{
_logger.Warn(ex, "Unable to connect to indexer");
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: {ex.Message}. Check the log surrounding this error for details");
}
return null;