use full exception

This commit is contained in:
kaso17
2016-10-30 17:11:15 +01:00
committed by kaso17
parent 661c5f2120
commit 2f140fd2c0

View File

@@ -648,7 +648,7 @@ namespace Jackett.Indexers
}
catch (Exception ex)
{
logger.Error(string.Format("CardigannIndexer ({0}): Error while parsing row '{1}': {2}", ID, Row.OuterHtml, ex.Message));
logger.Error(string.Format("CardigannIndexer ({0}): Error while parsing row '{1}': {2}", ID, Row.OuterHtml, ex));
}
}
}