Remove object name from no material log message, raise level to warning

This commit is contained in:
Michael Sundqvist
2018-04-04 14:43:43 +03:00
committed by Thomas Krijnen
parent 6f3eb84f66
commit 1c83b2db53
+1 -1
View File
@@ -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) {