Index: /trunk/BNC/src/combination/bnccomb.cpp
===================================================================
--- /trunk/BNC/src/combination/bnccomb.cpp	(revision 10034)
+++ /trunk/BNC/src/combination/bnccomb.cpp	(revision 10035)
@@ -480,5 +480,7 @@
     // --------------------
     if (_resTime.valid() && clkCorr._time <= _resTime) {
-      emit newMessage("bncComb: old correction: " + acName.toLatin1() + " " + prn.mid(0,3).toLatin1(), true);
+      emit newMessage("bncComb: old correction: " + acName.toLatin1() + " " + prn.mid(0,3).toLatin1() +
+                       QString("%1").arg(_resTime.timestr().c_str()).toLatin1() + " vs. old " +
+                       QString("%1").arg(clkCorr._time.timestr().c_str()).toLatin1(), true);
       continue;
     }
