Index: trunk/BNC/src/RTCM3/ephemeris.cpp
===================================================================
--- trunk/BNC/src/RTCM3/ephemeris.cpp	(revision 5085)
+++ trunk/BNC/src/RTCM3/ephemeris.cpp	(revision 5119)
@@ -416,5 +416,5 @@
     }
 
-    if (timeChanged && BNC_CORE->mode() == t_bncCore::batchPostProcessing) {
+    if (false && timeChanged && BNC_CORE->mode() == t_bncCore::batchPostProcessing) {
       bncTime newHTime(ww, (double) tow);
       cout << "GLONASS " << ee->almanac_number <<  " Time Changed at " 
Index: trunk/BNC/src/combination/bnccomb.cpp
===================================================================
--- trunk/BNC/src/combination/bnccomb.cpp	(revision 5085)
+++ trunk/BNC/src/combination/bnccomb.cpp	(revision 5119)
@@ -691,5 +691,5 @@
       if (_antex->satCoMcorrection(corr->prn, Mjd, xc.Rows(1,3), dx) != success) {
         dx = 0;
-        cout << "antenna not found" << endl;
+        cout << "antenna not found " << corr->prn.toAscii().data() << endl;
       }
     }
