mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Remove object name from no material log message, raise level to warning
This commit is contained in:
committed by
Thomas Krijnen
parent
6f3eb84f66
commit
1c83b2db53
@@ -1456,7 +1456,7 @@ IfcGeom::BRepElement<P>* IfcGeom::Kernel::create_brep_for_representation_and_pro
|
||||
}
|
||||
}
|
||||
else {
|
||||
Logger::Notice("Object '" + product->Name() + "' (guid " + product->GlobalId() + " ) has no material!");
|
||||
Logger::Warning("Object '" + product->GlobalId() + "' has no material!");
|
||||
}
|
||||
|
||||
if (material_style_applied) {
|
||||
|
||||
Reference in New Issue
Block a user