From 5e32c1e55c6d2e7836b778b78263fd9ac5316c3f Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sat, 29 Dec 2018 13:37:51 +0100 Subject: [PATCH] More verbosity adjustments --- src/ifcgeom/IfcGeom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }