From 1c83b2db537585d0e82c504c5e7e5a32ce48dbcd Mon Sep 17 00:00:00 2001 From: Michael Sundqvist Date: Wed, 4 Apr 2018 14:43:43 +0300 Subject: [PATCH] Remove object name from no material log message, raise level to warning --- src/ifcgeom/IfcGeomFunctions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcgeom/IfcGeomFunctions.cpp b/src/ifcgeom/IfcGeomFunctions.cpp index d33c48e267..489a95b1d6 100644 --- a/src/ifcgeom/IfcGeomFunctions.cpp +++ b/src/ifcgeom/IfcGeomFunctions.cpp @@ -1456,7 +1456,7 @@ IfcGeom::BRepElement

* 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) {