mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
cardigann: log error with redirect url when redirected (#14003)
This commit is contained in:
@@ -865,6 +865,8 @@ namespace Jackett.Common.Indexers
|
|||||||
throw new ExceptionWithConfigData(errormessage, configData);
|
throw new ExceptionWithConfigData(errormessage, configData);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
logger.Error($"Redirected to: {Result.RedirectingTo}");
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2261,4 +2263,3 @@ namespace Jackett.Common.Indexers
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user