Revision: 64323
          http://sourceforge.net/p/brlcad/code/64323
Author:   ejno
Date:     2015-03-02 01:37:55 +0000 (Mon, 02 Mar 2015)
Log Message:
-----------
display the names of skipped objects

Modified Paths:
--------------
    brlcad/trunk/src/conv/3dm/conv3dm-g.cpp

Modified: brlcad/trunk/src/conv/3dm/conv3dm-g.cpp
===================================================================
--- brlcad/trunk/src/conv/3dm/conv3dm-g.cpp     2015-03-01 17:41:30 UTC (rev 
64322)
+++ brlcad/trunk/src/conv/3dm/conv3dm-g.cpp     2015-03-02 01:37:55 UTC (rev 
64323)
@@ -1051,7 +1051,9 @@
            create_object(object, object_attrs);
            ++num_created;
        } else {
-           m_log.Print("Skipping object of type %s\n", 
object.ClassId()->ClassName());
+           m_log.Print("Skipping object of type %s. Name: '%s'\n",
+                       object.ClassId()->ClassName(),
+                       w2string(object_attrs.m_name).c_str());
 
            if (m_verbose_mode) {
                object.Dump(m_log);

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


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to