Index: trunk/BNC/src/rinex/reqcanalyze.cpp
===================================================================
--- trunk/BNC/src/rinex/reqcanalyze.cpp	(revision 4689)
+++ trunk/BNC/src/rinex/reqcanalyze.cpp	(revision 4690)
@@ -208,5 +208,5 @@
     *_log << "\nAnalyze File\n"
           <<   "------------\n"
-          << obsFile->fileName().toAscii().data() << endl << endl;
+          << "File:        " << obsFile->fileName().toAscii().data() << endl;
   }
 
@@ -703,5 +703,7 @@
         << "Antenna:     " << _obsStat._antennaName  << endl
         << "Start time:  " << _obsStat._startTime.datestr().c_str() << ' '
-                           << _obsStat._startTime.timestr().c_str() << endl;
+                           << _obsStat._startTime.timestr().c_str() << endl
+        << "End time:    " << _obsStat._endTime.datestr().c_str() << ' '
+                           << _obsStat._endTime.timestr().c_str() << endl;
 
   _log->flush();
