Warn on redirect to alt domain when checking if login required

pull/823/merge
Qstick 2 years ago
parent f958c4aefa
commit eadea745f8

@ -952,7 +952,7 @@ namespace NzbDrone.Core.Indexers.Cardigann
{ {
var errormessage = "Got redirected to another domain. Try changing the indexer URL to " + domainHint + "."; var errormessage = "Got redirected to another domain. Try changing the indexer URL to " + domainHint + ".";
throw new CardigannException(errormessage); _logger.Warn(errormessage);
} }
return true; return true;

Loading…
Cancel
Save