adds some logging and fixes sequence of events for distributed cache sending
This commit is contained in:
@@ -24,6 +24,11 @@ namespace Umbraco.Core.Sync
|
||||
}
|
||||
|
||||
public string ServerAddress { get; private set; }
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return ServerAddress;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user