Index: trunk/FACT++/scripts/CheckUnderflow.js
===================================================================
--- trunk/FACT++/scripts/CheckUnderflow.js	(revision 16841)
+++ trunk/FACT++/scripts/CheckUnderflow.js	(revision 16842)
@@ -164,5 +164,5 @@
     if (nn>0)
     {
-        console.out("Trying to restore last DRS calibration #"+nn+"  ["+runs.time+"]");
+        console.out("  "+new Date().toUTCString()+": Trying to restore last DRS calibration #"+nn+"  ["+runs.time+"]");
 
         var night;
@@ -185,5 +185,5 @@
         v8.timeout(3000, function() { if (service_drs.get(0, false).counter>drs_counter) return true; });
 
-        console.out("Last DRS calibration restored ["+(new Date()-now)/1000+"s]");
+        console.out("  "+new Date().toUTCString()+": Last DRS calibration restored ["+(new Date()-now)/1000+"s]");
     }
 
