Log an object's UID with libkolabxml warnings
This commit is contained in:
parent
351f7d6153
commit
e203211ece
1 changed files with 2 additions and 1 deletions
|
@ -242,7 +242,8 @@ abstract class kolab_format
|
|||
break;
|
||||
case kolabformat::Warning:
|
||||
$ret = false;
|
||||
$log = "Warning";
|
||||
$uid = is_object($this->obj) ? $this->obj->uid() : $this->data['uid'];
|
||||
$log = "Warning @ $uid";
|
||||
break;
|
||||
default:
|
||||
$ret = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue