Index: trunk/BNC/RTCM3/ephemeris.cpp
===================================================================
--- trunk/BNC/RTCM3/ephemeris.cpp	(revision 3265)
+++ trunk/BNC/RTCM3/ephemeris.cpp	(revision 3266)
@@ -429,4 +429,6 @@
   // -----------------------
   {
+    int ww_old  = ww;
+    int tow_old = tow;
     int    currentWeek;
     double currentSec;
@@ -453,8 +455,17 @@
     if (changed) {
       bncTime newHTime(ww, (double) tow);
-      cout << "GLONASS Time Changed: " << currentTime.timestr() << " " 
-           << hTime.timestr() << " " << newHTime.timestr() << endl
-           << ee->GPSWeek << " " << ee->GPSTOW << " " << ee->tb << endl
-           << ww << " " << tow << endl;
+      cout << "GLONASS Time Changed at " 
+           << currentTime.datestr()         << " " << currentTime.timestr() 
+           << endl
+           << "old: " << hTime.datestr()    << " " << hTime.timestr()       
+           << endl
+           << "new: " << newHTime.datestr() << " " << newHTime.timestr()    
+           << endl
+           << "eph: " << ee->GPSWeek << " " << ee->GPSTOW << " " << ee->tb 
+           << endl
+           << "ww, tow (old): " << ww_old << " " << tow_old 
+           << endl
+           << "ww, tow (new): " << ww     << " " << tow 
+           << endl;
     }
   }
