Warn on redirect to alt domain when checking if login required

This commit is contained in:
Qstick
2022-09-10 11:00:41 -05:00
parent f958c4aefa
commit eadea745f8

View File

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