cardigann: debug the requestblock link

This commit is contained in:
Garfield69 2020-09-19 17:05:43 +12:00
parent dbee27484d
commit 1aa5c18f0c
1 changed files with 1 additions and 0 deletions

View File

@ -1726,6 +1726,7 @@ namespace Jackett.Common.Indexers
protected async Task<WebClientByteResult> handleRequest(requestBlock request, Dictionary<string, object> variables = null, string referer = null)
{
var requestLinkStr = resolvePath(applyGoTemplateText(request.Path, variables)).ToString();
logger.Debug($"CardigannIndexer ({Id}): handleRequest() requestLinkStr= {requestLinkStr}");
Dictionary<string, string> pairs = null;
var queryCollection = new NameValueCollection();