mirror of
https://github.com/Jackett/Jackett
synced 2024-12-25 17:27:48 +00:00
cardigann: log error with redirect url when redirected (#14003)
This commit is contained in:
parent
cc86e63b57
commit
c454973730
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue