Index: trunk/BNC/src/bncephuser.cpp
===================================================================
--- trunk/BNC/src/bncephuser.cpp	(revision 9925)
+++ trunk/BNC/src/bncephuser.cpp	(revision 9926)
@@ -196,5 +196,5 @@
   if (realTime) {
     if (outDatedBcep(eph)) {
-      eph->setCheckState(t_eph::outdated); cout << " Outdated ";
+      eph->setCheckState(t_eph::outdated);
       return;
     }
@@ -204,5 +204,5 @@
   // -------------------
   if (eph->isUnhealthy()) {
-    eph->setCheckState(t_eph::unhealthy);cout << " Unhealthy ";
+    eph->setCheckState(t_eph::unhealthy);
     return;
   }
Index: trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
===================================================================
--- trunk/BNC/src/upload/bncrtnetuploadcaster.cpp	(revision 9925)
+++ trunk/BNC/src/upload/bncrtnetuploadcaster.cpp	(revision 9926)
@@ -544,5 +544,5 @@
       }
     }
-    cout << eph->prn().toString().c_str() << " checkstate: " << eph->checkState() << endl;
+    if (eph) {    cout << eph->prn().toString().c_str() << " checkstate: " << eph->checkState() << endl;}
     if (eph &&
         !outDatedBcep(eph)                    &&  // detected from storage because of no update
