[cig-commits] r16275 - cs/stats/trunk

sue at geodynamics.org sue at geodynamics.org
Wed Feb 17 09:57:00 PST 2010


Author: sue
Date: 2010-02-17 09:57:00 -0800 (Wed, 17 Feb 2010)
New Revision: 16275

Modified:
   cs/stats/trunk/get_all.cxx
Log:
Show which file get_all is processing

Modified: cs/stats/trunk/get_all.cxx
===================================================================
--- cs/stats/trunk/get_all.cxx	2010-02-17 17:44:56 UTC (rev 16274)
+++ cs/stats/trunk/get_all.cxx	2010-02-17 17:57:00 UTC (rev 16275)
@@ -262,6 +262,8 @@
   for(list<fs::path>::iterator log_path=logs.begin(); log_path!=logs.end();
       ++log_path)
     {
+      cout << "parsing " << *log_path << "\n";
+
       unsigned int size(log_path->leaf().size());
       
       fs::ifstream file(*log_path, ios_base::in | ios_base::binary);



More information about the CIG-COMMITS mailing list