Index: trunk/BNC/src/combination/bnccomb.cpp
===================================================================
--- trunk/BNC/src/combination/bnccomb.cpp	(revision 10485)
+++ trunk/BNC/src/combination/bnccomb.cpp	(revision 10486)
@@ -867,4 +867,5 @@
     out << epoTime.datestr().c_str()    << " "
         << epoTime.timestr().c_str()    << " "
+        << "Sat Num "         << sys << " "
         << AC->name.toLatin1().data() << ": " << AC->numObs[sys] << "\n";
   }
@@ -890,7 +891,7 @@
         cmbAC* AC = icAC.next();
         if (AC->numObs[sys] > 0) {
-          out <<  epoTime.datestr().c_str()   << " "
-              << epoTime.timestr().c_str()    << " "
-              << "Switching Master AC "
+          out <<  epoTime.datestr().c_str()    << " "
+              << epoTime.timestr().c_str()     << " "
+              << "Switching Master " << sys << " "
               << _masterOrbitAC[sys].toLatin1().data() << " --> "
               << AC->name.toLatin1().data()   << "\n";
