1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-22 14:20:57 +00:00

cardigann: only log AFTER processing when debug enabled. #6377

This commit is contained in:
Garfield69 2019-11-17 19:54:33 +13:00
parent dc7f8e20ab
commit bbf3a3c749

View file

@ -1541,7 +1541,7 @@ namespace Jackett.Common.Indexers
while (PrevRow != null)
{
var CurRow = PrevRow;
logger.Info(PrevRow.OuterHtml);
logger.Debug(PrevRow.OuterHtml);
try
{
value = handleSelector(DateHeaders, CurRow);