Web.Routing - cleanup PublishedContentRequest

This commit is contained in:
Stephan
2013-01-23 14:08:17 -01:00
parent b77521cbc5
commit f466bc7cfb
13 changed files with 21 additions and 35 deletions

View File

@@ -44,7 +44,7 @@ namespace Umbraco.Web.Routing
if (node != null)
{
docRequest.PublishedContent = node;
LogHelper.Debug<ContentFinderByIdPath>("Found node with id={0}", () => docRequest.PublishedContentId);
LogHelper.Debug<ContentFinderByIdPath>("Found node with id={0}", () => docRequest.PublishedContent.Id);
}
else
{