diff --git a/src/DataObject/Legacy/ApplyChangesHelper.php b/src/DataObject/Legacy/ApplyChangesHelper.php index d12c3a17..57f5c287 100644 --- a/src/DataObject/Legacy/ApplyChangesHelper.php +++ b/src/DataObject/Legacy/ApplyChangesHelper.php @@ -158,8 +158,8 @@ private function processRemoteOwnerRelations( $owner->setUserModification($this->securityService->getCurrentUser()->getId()); $owner->save(); $this->logger->debug( - 'Saved object id [ ' . $owner->getId() . ' ] by remote modification through - [' . $object->getId() . '], Action: deleted [ ' . $object->getId() . " ] + 'Saved object id [ ' . $owner->getId() . ' ] by remote modification through + [' . $object->getId() . '], Action: deleted [ ' . $object->getId() . " ] from [ $ownerFieldName]" ); } @@ -178,8 +178,8 @@ private function processRemoteOwnerRelations( $owner->setUserModification($this->securityService->getCurrentUser()->getId()); $owner->save(); $this->logger->debug( - 'Saved object id [ ' . $owner->getId() . ' ] by remote modification - through [' . $object->getId() . '], Action: + 'Saved object id [ ' . $owner->getId() . ' ] by remote modification + through [' . $object->getId() . '], Action: added [ ' . $object->getId() . " ] to [ $ownerFieldName ]" ); }