Revision: 78105
          http://sourceforge.net/p/brlcad/code/78105
Author:   starseeker
Date:     2021-01-22 16:02:23 +0000 (Fri, 22 Jan 2021)
Log Message:
-----------
print full msg

Modified Paths:
--------------
    brlcad/trunk/src/libged/npush/npush.cpp

Modified: brlcad/trunk/src/libged/npush/npush.cpp
===================================================================
--- brlcad/trunk/src/libged/npush/npush.cpp     2021-01-22 16:00:05 UTC (rev 
78104)
+++ brlcad/trunk/src/libged/npush/npush.cpp     2021-01-22 16:02:23 UTC (rev 
78105)
@@ -796,7 +796,7 @@
            }
        }
        if (conflict) {
-           bu_vls_printf(gedp->ged_result_str, "Operation failed - force not 
enabled and one or more solids are being moved in conflicting directions by 
multiple comb instances.");
+           bu_vls_printf(gedp->ged_result_str, "%s\nOperation failed - force 
not enabled and one or more solids are being moved in conflicting directions by 
multiple comb instances.", bu_vls_cstr(&msgs));
            bu_vls_free(&msgs);
            return GED_ERROR;
        }

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to