Log error

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2025-01-20 16:42:53 +00:00
parent 48a916ab77
commit 0a5c41ce23

View file

@ -103,6 +103,7 @@ class LocationImporter extends ItemImporter
} else {
Log::debug($location->getErrors());
return $location->errors;
$this->logError($location, 'Location "'.$this->item['name'].'"');
}