Index: trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
===================================================================
--- trunk/BNC/src/upload/bncrtnetuploadcaster.cpp	(revision 5130)
+++ trunk/BNC/src/upload/bncrtnetuploadcaster.cpp	(revision 5131)
@@ -257,6 +257,7 @@
   bncTime epoTime; epoTime.set( year, month, day, hour, min, sec);
 
-  emit(newMessage("bncRtnetUploadCaster (" + _casterID.toAscii() + ") decode " 
-                  + lines[0].toAscii(), false));
+  emit(newMessage("bncRtnetUploadCaster: decode " + 
+                  QByteArray(epoTime.datestr().c_str()) + " " +
+                  QByteArray(epoTime.timestr().c_str()) + _casterID.toAscii(), false));
 
   struct ClockOrbit co;
