Revision: 74306
          http://sourceforge.net/p/brlcad/code/74306
Author:   brlcad
Date:     2019-11-06 16:28:41 +0000 (Wed, 06 Nov 2019)
Log Message:
-----------
log stats to stderr like bu_log does, so it's separate from stdout iges data 
with output is redirected.

Modified Paths:
--------------
    brlcad/trunk/src/conv/iges/g-iges.c

Modified: brlcad/trunk/src/conv/iges/g-iges.c
===================================================================
--- brlcad/trunk/src/conv/iges/g-iges.c 2019-11-06 14:43:32 UTC (rev 74305)
+++ brlcad/trunk/src/conv/iges/g-iges.c 2019-11-06 16:28:41 UTC (rev 74306)
@@ -418,7 +418,7 @@
     }
 
     /* Print some statistics */
-    Print_stats(stdout);
+    Print_stats(stderr);
 
     /* report on the success rate for facetizing regions */
     if (mode == FACET_MODE || mode == TRIMMED_SURF_MODE) {

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