Index: trunk/BNC/combination/bnccomb.cpp
===================================================================
--- trunk/BNC/combination/bnccomb.cpp	(revision 3274)
+++ trunk/BNC/combination/bnccomb.cpp	(revision 3275)
@@ -349,6 +349,5 @@
 
   out <<                   "Combination:" << endl 
-      << "------------------------------" << endl
-      << "Processed Epochs: "             << endl;
+      << "------------------------------" << endl;
 
   // Predict Parameters Values, Add White Noise
@@ -383,5 +382,7 @@
     cmbEpoch* epo     = itEpo.next();
     bncTime   epoTime = epo->time;
-    out << epoTime.datestr().c_str() << " " << epoTime.timestr().c_str() << endl;
+    out << epo->acName.toAscii().data() << " " 
+        << epoTime.datestr().c_str()    << " " 
+        << epoTime.timestr().c_str() << endl;
 
     QMutableMapIterator<QString, t_corr*> itCorr(epo->corr);
