Index: trunk/BNC/src/bnccore.cpp
===================================================================
--- trunk/BNC/src/bnccore.cpp	(revision 9767)
+++ trunk/BNC/src/bnccore.cpp	(revision 9768)
@@ -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,6 @@
                    .arg(eph->rinexDateStr(eph->TOC(), eph->prn(), 99.0)).toLatin1());
   }
-  else if (eph->checkState() == t_eph::bad) {
+#ifdef BNC_DEBUG_BCEP
+  if (eph->checkState() == t_eph::bad) {
     messagePrivate(QString("%1: WRONG %2:%3")
                    .arg(eph->receptStaID())
Index: trunk/BNC/src/src.pri
===================================================================
--- trunk/BNC/src/src.pri	(revision 9767)
+++ trunk/BNC/src/src.pri	(revision 9768)
@@ -27,9 +27,7 @@
 release:MOC_DIR=.moc/release
 
-release:DEFINES += BNC_DEBUG_BCEP
 release:DEFINES += SPLITBLOCK
-
+debug:DEFINES   += SPLITBLOCK
 debug:DEFINES   += BNC_DEBUG_BCEP
-debug:DEFINES   += SPLITBLOCK
 #debug:DEFINES   += BNC_DEBUG_PPP
 #debug:DEFINES   += BNC_DEBUG_SSR
