Index: trunk/BNC/src/combination/bnccomb.cpp
===================================================================
--- trunk/BNC/src/combination/bnccomb.cpp	(revision 9264)
+++ trunk/BNC/src/combination/bnccomb.cpp	(revision 9265)
@@ -405,5 +405,5 @@
     t_eph* ephPrev = _ephUser.ephPrev(prn);
     if (ephLast == 0) {
-      //emit newMessage("bncComb: eph not found for "  + prn.mid(0,3).toLatin1(), true);
+      emit newMessage("bncComb: eph not found for "  + prn.mid(0,3).toLatin1(), true);
       delete newCorr;
       continue;
@@ -418,6 +418,6 @@
       }
       else {
-        //emit newMessage("bncComb: eph not found for "  + prn.mid(0,3).toLatin1() +
-                        //QString(" with IOD %1").arg(newCorr->_iod).toLatin1(), true);
+        emit newMessage("bncComb: eph not found for "  + prn.mid(0,3).toLatin1() +
+                        QString(" with IOD %1").arg(newCorr->_iod).toLatin1(), true);
         delete newCorr;
         continue;
@@ -458,5 +458,6 @@
     return;
   }
-  // No switch, if the last one is too recent
+  
+  /* No switch, if the last one is too recent
   // ----------------------------------------
   const int MINAGE = 100; // seconds, upload is waiting 60 seconds + combi has ~30 seconds latency
@@ -464,6 +465,6 @@
       lastEph->receptDateTime().secsTo(currentDateAndTimeGPS()) < MINAGE) {
     return;
-  }
-
+  }*/
+  
   ColumnVector oldXC(6);
   ColumnVector oldVV(3);
@@ -477,5 +478,5 @@
   ColumnVector dV = newVV           - oldVV;
   double       dC = newXC(4)        - oldXC(4);
-
+  
   /* small check
   // -----------
