Index: branches/BNC_2.12/src/bnccore.cpp
===================================================================
--- branches/BNC_2.12/src/bnccore.cpp	(revision 9378)
+++ branches/BNC_2.12/src/bnccore.cpp	(revision 9381)
@@ -201,4 +201,5 @@
   QMutexLocker locker(&_mutex);
   t_irc ircPut = _ephUser.putNewEph(eph, true);
+#ifdef BNC_DEBUG_BCEP
   if      (eph->checkState() == t_eph::bad) {
     messagePrivate(QString("%1: WRONG EPHEMERIS: %2")
@@ -218,4 +219,5 @@
                    .arg(eph->rinexDateStr(eph->TOC(), eph->prn(), 3.0)).toAscii());
   }
+#endif
   printEphHeader();
   printEph(*eph, (ircPut == success));
