diff --git a/src/Jackett.Common/Indexers/Definitions/EraiRaws.cs b/src/Jackett.Common/Indexers/Definitions/EraiRaws.cs index 3a18a8a20..7b07fa1db 100644 --- a/src/Jackett.Common/Indexers/Definitions/EraiRaws.cs +++ b/src/Jackett.Common/Indexers/Definitions/EraiRaws.cs @@ -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."); }