erairaws: fix logged 403 error

This commit is contained in:
Garfield69
2024-10-20 14:50:23 +13:00
parent d35b75ca8e
commit 8edafd5f91

View File

@@ -124,7 +124,7 @@ namespace Jackett.Common.Indexers.Definitions
result = await FollowIfRedirect(result);
if (result.ContentString.Contains("403 Forbidden"))
{
logger.Error("[EraiRaws]" + result.ContentString);
logger.Error("[EraiRaws] 403 Forbidden");
throw new Exception("The RSSkey may need to be replaced as EraiRaws returned 403 Forbidden.");
}