Revision: 49037
          http://brlcad.svn.sourceforge.net/brlcad/?rev=49037&view=rev
Author:   brlcad
Date:     2012-01-24 16:23:44 +0000 (Tue, 24 Jan 2012)
Log Message:
-----------
error message cleanup for clarity since it's likely to be invalid.  review of 
r48313, cid 1836.

Revision Links:
--------------
    http://brlcad.svn.sourceforge.net/brlcad/?rev=48313&view=rev

Modified Paths:
--------------
    brlcad/trunk/src/conv/step/STEPWrapper.cpp

Modified: brlcad/trunk/src/conv/step/STEPWrapper.cpp
===================================================================
--- brlcad/trunk/src/conv/step/STEPWrapper.cpp  2012-01-24 16:20:59 UTC (rev 
49036)
+++ brlcad/trunk/src/conv/step/STEPWrapper.cpp  2012-01-24 16:23:44 UTC (rev 
49037)
@@ -94,8 +94,10 @@
                    bu_exit(1, "ERROR: failure creating advanced boundary 
representation from %s\n", stepfile.c_str());
                } else {
                    ON_TextLog tl;
-                   if (!onBrep->IsValid(&tl)) bu_log("Warning - brep is not 
valid\n");
 
+                   if (!onBrep->IsValid(&tl))
+                       bu_log("WARNING: %s is not valid\n", name.c_str());
+
                    //onBrep->SpSplitClosedFaces();
                    //ON_Brep *tbrep = TightenBrep(onBrep);
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to