Index: /trunk/BNC/src/bnccore.cpp
===================================================================
--- /trunk/BNC/src/bnccore.cpp	(revision 9216)
+++ /trunk/BNC/src/bnccore.cpp	(revision 9217)
@@ -202,20 +202,21 @@
   t_irc ircPut = _ephUser.putNewEph(eph, true);
   if      (eph->checkState() == t_eph::bad) {
-    messagePrivate(QString("WRONG EPHEMERIS %1 received from %2 (%4)")
-                   .arg(eph->prn().toString().c_str()).arg(eph->receptStaID())
+    messagePrivate(QString("%1 WRONG EPHEMERIS: %2")
+                   .arg(eph->receptStaID())
                    .arg(eph->rinexDateStr(eph->TOC(), eph->prn(), 3.0)).toLatin1());
     return failure;
   }
   else if (eph->checkState() == t_eph::outdated) {
-    messagePrivate(QString("OUTDATED EPHEMERIS %1 received from %2 (%4)")
-                   .arg(eph->prn().toString().c_str()).arg(eph->receptStaID())
+    messagePrivate(QString("%1 OUTDATED EPHEMERIS: %2")
+                   .arg(eph->receptStaID())
                    .arg(eph->rinexDateStr(eph->TOC(), eph->prn(), 3.0)).toLatin1());
     return failure;
   }
   else if (eph->checkState() == t_eph::unhealthy) {
-    messagePrivate(QString("UNHEALTHY EPHEMERIS %1 received from %2 (%4)")
-                   .arg(eph->prn().toString().c_str()).arg(eph->receptStaID())
+    messagePrivate(QString("%1: UNHEALTHY EPHEMERIS: %2")
+                   .arg(eph->receptStaID())
                    .arg(eph->rinexDateStr(eph->TOC(), eph->prn(), 3.0)).toLatin1());
   }
+
   printEphHeader();
   printEph(*eph, (ircPut == success));
