Index: /trunk/BNC/src/rinex/reqcanalyze.cpp
===================================================================
--- /trunk/BNC/src/rinex/reqcanalyze.cpp	(revision 6299)
+++ /trunk/BNC/src/rinex/reqcanalyze.cpp	(revision 6300)
@@ -733,4 +733,6 @@
   }
 
+  // Summary
+  // -------
   *_log << "File:            " << obsFile->fileName().toAscii().data() << endl
         << "Marker name:     " << _qcFile._markerName                  << endl
@@ -765,4 +767,10 @@
         << "# Slips (found): " << numSlipsFound   << endl;
 
+  // Epoch-Specific Output
+  // ---------------------
+  bncSettings settings;
+  if (Qt::CheckState(settings.value("reqcLogSummaryOnly").toInt()) == Qt::Checked) {
+    return;
+  }
   for (int iEpo = 0; iEpo < _qcFile._qcEpo.size(); iEpo++) {
     const t_qcEpo& qcEpo = _qcFile._qcEpo[iEpo];
