Index: trunk/BNC/src/bnccore.cpp
===================================================================
--- trunk/BNC/src/bnccore.cpp	(revision 9771)
+++ trunk/BNC/src/bnccore.cpp	(revision 9772)
@@ -201,5 +201,5 @@
   QMutexLocker locker(&_mutex);
   t_irc ircPut = _ephUser.putNewEph(eph, true);
-
+#ifdef BNC_DEBUG_BCEP
   if (eph->checkState() == t_eph::unhealthy) {
     messagePrivate(QString("%1: UNHEALTHY %2:%3")
@@ -208,5 +208,4 @@
                    .arg(eph->rinexDateStr(eph->TOC(), eph->prn(), 99.0)).toLatin1());
   }
-#ifdef BNC_DEBUG_BCEP
   if (eph->checkState() == t_eph::bad) {
     messagePrivate(QString("%1: WRONG %2:%3")
@@ -215,5 +214,5 @@
                    .arg(eph->rinexDateStr(eph->TOC(), eph->prn(), 99.0)).toLatin1());
   }
-  else if (eph->checkState() == t_eph::outdated) {
+  if (eph->checkState() == t_eph::outdated) {
     messagePrivate(QString("%1: OUTDATED %2:%3")
                    .arg(eph->receptStaID())
