diff --git a/src/ifcgeom/IfcGeom.h b/src/ifcgeom/IfcGeom.h index d75a448d30..4611c96197 100644 --- a/src/ifcgeom/IfcGeom.h +++ b/src/ifcgeom/IfcGeom.h @@ -188,7 +188,7 @@ private: TopTools_ListOfShape results; if (kernel_->wire_intersections(wire, results)) { - Logger::Error("Self-intersections with " + boost::lexical_cast(results.Extent()) + " cycles detected", loop); + Logger::Warning("Self-intersections with " + boost::lexical_cast(results.Extent()) + " cycles detected", loop); kernel_->select_largest(results, wire); }