mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
LSioFormat: Don't warn about non-added export attribute, just debug it
This commit is contained in:
parent
4c4983b634
commit
a217e42a19
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ class LSioFormat extends LSlog_staticLoggerClass {
|
||||||
}
|
}
|
||||||
$object -> attrs[$attr_name] -> addToExport($export);
|
$object -> attrs[$attr_name] -> addToExport($export);
|
||||||
if (!isset($export -> elements[$attr_name])) {
|
if (!isset($export -> elements[$attr_name])) {
|
||||||
self :: log_warning("exportObjects($object): fail to add attribute '$attr_name' to export !");
|
self :: log_debug("exportObjects($object): attribute '$attr_name' not added to export : may be user can't read it");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
$objects_data[$object -> getDn()][$key] = $export -> elements[$attr_name] -> getApiValue(false);
|
$objects_data[$object -> getDn()][$key] = $export -> elements[$attr_name] -> getApiValue(false);
|
||||||
|
|
Loading…
Reference in a new issue