mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +00:00
More logger changes
This commit is contained in:
@@ -1279,11 +1279,11 @@ bool init_input_file(const std::string& filename, IfcParse::IfcFile*& ifc_file,
|
||||
|
||||
#ifdef WITH_IFCXML
|
||||
if (boost::ends_with(boost::to_lower_copy(filename), ".ifcxml")) {
|
||||
ifc_file = IfcParse::parse_ifcxml(filename);
|
||||
ifc_file = IfcParse::parse_ifcxml(filename, logger);
|
||||
} else
|
||||
#endif
|
||||
{
|
||||
ifc_file = new IfcParse::IfcFile(IfcParse::uninitialized_tag{});
|
||||
ifc_file = new IfcParse::IfcFile(IfcParse::uninitialized_tag{}, logger);
|
||||
requires_init = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user