adds some logging and fixes sequence of events for distributed cache sending

This commit is contained in:
Shannon Deminick
2013-04-12 04:06:24 +06:00
parent 761b749f37
commit 2642d74450
3 changed files with 26 additions and 2 deletions

View File

@@ -24,6 +24,11 @@ namespace Umbraco.Core.Sync
}
public string ServerAddress { get; private set; }
public override string ToString()
{
return ServerAddress;
}
}
}