diff --git a/core/dbobject.class.php b/core/dbobject.class.php index 8161a7383..e83f2ba8b 100644 --- a/core/dbobject.class.php +++ b/core/dbobject.class.php @@ -602,7 +602,7 @@ abstract class DBObject implements iDisplay public function Set($sAttCode, $value) { if (!utils::StartsWith(get_class($this), 'CMDBChange') && $this->GetKey() > 0) { - $this->LogCRUDEnter(__METHOD__, "$sAttCode => $value"); + $this->LogCRUDEnter(__METHOD__, "$sAttCode => ".var_export($value, true)); } $sMessage = $this->IsReadOnly();