diff options
Diffstat (limited to 'common/facade.cpp')
-rw-r--r-- | common/facade.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/facade.cpp b/common/facade.cpp index bebb682..2660300 100644 --- a/common/facade.cpp +++ b/common/facade.cpp | |||
@@ -74,6 +74,7 @@ KAsync::Job<void> GenericFacade<DomainType>::modify(const DomainType &domainObje | |||
74 | Warning() << "No domain type adaptor factory available"; | 74 | Warning() << "No domain type adaptor factory available"; |
75 | return KAsync::error<void>(); | 75 | return KAsync::error<void>(); |
76 | } | 76 | } |
77 | Trace() << "Modifying entity: " << domainObject.identifier() << domainObject.changedProperties(); | ||
77 | flatbuffers::FlatBufferBuilder entityFbb; | 78 | flatbuffers::FlatBufferBuilder entityFbb; |
78 | mDomainTypeAdaptorFactory->createBuffer(domainObject, entityFbb); | 79 | mDomainTypeAdaptorFactory->createBuffer(domainObject, entityFbb); |
79 | return mResourceAccess->sendModifyCommand(domainObject.identifier(), domainObject.revision(), bufferTypeForDomainType(), QByteArrayList(), BufferUtils::extractBuffer(entityFbb), domainObject.changedProperties()); | 80 | return mResourceAccess->sendModifyCommand(domainObject.identifier(), domainObject.revision(), bufferTypeForDomainType(), QByteArrayList(), BufferUtils::extractBuffer(entityFbb), domainObject.changedProperties()); |