Revision: 76846
          http://sourceforge.net/p/brlcad/code/76846
Author:   brlcad
Date:     2020-08-19 08:21:31 +0000 (Wed, 19 Aug 2020)
Log Message:
-----------
more thread-sane, print as one block

Modified Paths:
--------------
    brlcad/trunk/src/rt/viewweight.c

Modified: brlcad/trunk/src/rt/viewweight.c
===================================================================
--- brlcad/trunk/src/rt/viewweight.c    2020-08-19 08:18:17 UTC (rev 76845)
+++ brlcad/trunk/src/rt/viewweight.c    2020-08-19 08:21:31 UTC (rev 76846)
@@ -129,9 +129,9 @@
 
            if (density_factor < 0) {
                if (material_id > 0 && material_id < MAX_MASS_TRACKED && 
!mass_undef[material_id]) {
-                   bu_log("WARNING: Material ID %ld has no density file 
entry.\n", material_id);
-                   bu_log("         Mass is undefined, only reporting 
volume.\n");
-                   bu_log("       ( Encountered on region %s )\n", 
reg->reg_name);
+                   bu_log("WARNING: Material ID %ld has no density file 
entry.\n"
+                          "         Mass is undefined, only reporting 
volume.\n"
+                          "       ( Encountered on region %s )\n", 
material_id, reg->reg_name);
                    mass_undef[material_id] = 1;
                }
                density_factor = analyze_densities_density(density, 0);

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