More verbosity adjustments

This commit is contained in:
Thomas Krijnen
2018-12-29 13:37:51 +01:00
parent e6f523a2b8
commit 5e32c1e55c
+1 -1
View File
@@ -188,7 +188,7 @@ private:
TopTools_ListOfShape results;
if (kernel_->wire_intersections(wire, results)) {
Logger::Error("Self-intersections with " + boost::lexical_cast<std::string>(results.Extent()) + " cycles detected", loop);
Logger::Warning("Self-intersections with " + boost::lexical_cast<std::string>(results.Extent()) + " cycles detected", loop);
kernel_->select_largest(results, wire);
}