From 8ca75c4fc902c6b3d31f6ba04c108a4171e243a8 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 25 Apr 2018 16:12:01 +0200 Subject: [PATCH] Wording improved. --- src/Squidex.Infrastructure/Commands/DomainObjectGrain.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Squidex.Infrastructure/Commands/DomainObjectGrain.cs b/src/Squidex.Infrastructure/Commands/DomainObjectGrain.cs index 7df337ade..20892810a 100644 --- a/src/Squidex.Infrastructure/Commands/DomainObjectGrain.cs +++ b/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;