mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Log error
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
48a916ab77
commit
0a5c41ce23
|
@ -103,6 +103,7 @@ class LocationImporter extends ItemImporter
|
|||
} else {
|
||||
Log::debug($location->getErrors());
|
||||
return $location->errors;
|
||||
$this->logError($location, 'Location "'.$this->item['name'].'"');
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue