From 09c4df08735c397752d5b90be60c6e877254d1c5 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Tue, 21 Aug 2018 16:10:42 +0200 Subject: Remove internal key trace log --- common/storage/entitystore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/storage/entitystore.cpp b/common/storage/entitystore.cpp index daabf1f..c05470c 100644 --- a/common/storage/entitystore.cpp +++ b/common/storage/entitystore.cpp @@ -249,7 +249,7 @@ bool EntityStore::add(const QByteArray &type, ApplicationDomainType entity, bool DataStore::setMaxRevision(d->transaction, newRevision); DataStore::recordRevision(d->transaction, newRevision, entity.identifier(), type); DataStore::recordUid(d->transaction, entity.identifier(), type); - SinkTraceCtx(d->logCtx) << "Wrote entity: " << entity.identifier() << type << newRevision << "key:" << key.toInternalByteArray(); + SinkTraceCtx(d->logCtx) << "Wrote entity: " << key << "of type:" << type; return true; } -- cgit v1.2.3