Revision: 52914
          http://brlcad.svn.sourceforge.net/brlcad/?rev=52914&view=rev
Author:   brlcad
Date:     2012-10-09 20:52:05 +0000 (Tue, 09 Oct 2012)
Log Message:
-----------
remove the period for disambiguity

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

Modified: brlcad/trunk/src/conv/3dm/3dm-g.cpp
===================================================================
--- brlcad/trunk/src/conv/3dm/3dm-g.cpp 2012-10-09 20:50:43 UTC (rev 52913)
+++ brlcad/trunk/src/conv/3dm/3dm-g.cpp 2012-10-09 20:52:05 UTC (rev 52914)
@@ -244,8 +244,8 @@
     }
 
     dump->Print("\n");
-    dump->Print("Input file %s.\n", inputFileName);
-    dump->Print("Output file %s.\n", outFileName);
+    dump->Print(" Input file: %s\n", inputFileName);
+    dump->Print("Output file: %s\n", outFileName);
 
     // read the contents of the file into "model"
     bool rc = model.Read(inputFileName, dump); //archive, dump);

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


------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to