diff --git a/core/dbobject.class.php b/core/dbobject.class.php index 80a88f6a6c..62603de165 100644 --- a/core/dbobject.class.php +++ b/core/dbobject.class.php @@ -602,6 +602,7 @@ abstract class DBObject implements iDisplay public function Set($sAttCode, $value) { if (!utils::StartsWith(get_class($this), 'CMDBChange') && $this->GetKey() > 0) { + // not all the values have __to_string() so print_r is sed and preferred over var_export for the handling or circular references $this->LogCRUDEnter(__METHOD__, "$sAttCode => ".print_r($value, true)); }