mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 06:02:45 +00:00
After-merge clean-ups
This commit is contained in:
@@ -180,9 +180,9 @@ class IFC_SCHEMA_API hierarchy_helper : public ifcopenshell::file {
|
||||
break;
|
||||
}
|
||||
} catch (std::exception& e) {
|
||||
logger::error(e);
|
||||
::logger::root().error(e);
|
||||
} catch (...) {
|
||||
logger::error("Unknown error in addRelatedObject()");
|
||||
::logger::root().error("Unknown error in addRelatedObject()");
|
||||
}
|
||||
}
|
||||
if (!found) {
|
||||
|
||||
Reference in New Issue
Block a user