Core.Resolution - fix concurrency issues

This commit is contained in:
Stephan
2013-10-02 11:48:30 +02:00
parent 9b43a86b94
commit 759a3619ca

View File

@@ -126,7 +126,7 @@ namespace Umbraco.Core.ObjectResolution
/// <remarks>To be used in unit tests.</remarks>
internal static void Reset()
{
LogHelper.Debug(typeof(DirtyBackdoor), "Resetting resolution");
LogHelper.Debug(typeof(Resolution), "Resetting resolution");
using (new WriteLock(ConfigurationLock))
{