Browse Source

Wording improved.

pull/282/head
Sebastian 8 years ago
parent
commit
8ca75c4fc9
  1. 4
      src/Squidex.Infrastructure/Commands/DomainObjectGrain.cs

4
src/Squidex.Infrastructure/Commands/DomainObjectGrain.cs

@ -59,8 +59,8 @@ namespace Squidex.Infrastructure.Commands
{
using (log.MeasureInformation(w => w
.WriteProperty("action", "ActivateDomainObject")
.WriteProperty("doType", GetType().Name)
.WriteProperty("doKey", key.ToString())))
.WriteProperty("domainObjectType", GetType().Name)
.WriteProperty("domainObjectKey", key.ToString())))
{
id = key;

Loading…
Cancel
Save