Changed the trace logger for PublishedContentRequestEngine to be correct.

This commit is contained in:
Shannon Deminick
2013-05-13 22:32:02 -10:00
parent 43dc14fa93
commit 0c4897d7c1

View File

@@ -325,7 +325,7 @@ namespace Umbraco.Web.Routing
// the first successful finder, if any, will set this.PublishedContent, and may also set this.Template
// some finders may implement caching
using (DisposableTimer.DebugDuration<PluginManager>(
using (DisposableTimer.DebugDuration<PublishedContentRequestEngine>(
() => string.Format("{0}Begin finders", tracePrefix),
() => string.Format("{0}End finders, {1}", tracePrefix, (_pcr.HasPublishedContent ? "a document was found" : "no document was found"))))
{