Index: branches/BNC_2.12/src/combination/bnccomb.cpp
===================================================================
--- branches/BNC_2.12/src/combination/bnccomb.cpp	(revision 8693)
+++ branches/BNC_2.12/src/combination/bnccomb.cpp	(revision 8696)
@@ -402,5 +402,5 @@
     t_eph* ephPrev = _ephUser.ephPrev(prn);
     if (ephLast == 0) {
-      emit newMessage("bncComb: eph not found "  + prn.mid(0,3).toAscii(), true);
+      emit newMessage("bncComb: eph not found for "  + prn.mid(0,3).toAscii(), true);
       delete newCorr;
       continue;
@@ -415,6 +415,6 @@
       }
       else {
-        emit newMessage("bncComb: eph not found "  + prn.mid(0,3).toAscii() +
-                        QString(" %1").arg(newCorr->_iod).toAscii(), true);
+        emit newMessage("bncComb: eph not found for "  + prn.mid(0,3).toAscii() +
+                        QString(" with IOD %1").arg(newCorr->_iod).toAscii(), true);
         delete newCorr;
         continue;
