Changeset 16842 for trunk


Ignore:
Timestamp:
06/14/13 11:16:37 (11 years ago)
Author:
tbretz
Message:
Updated some output.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/scripts/CheckUnderflow.js

    r16796 r16842  
    164164    if (nn>0)
    165165    {
    166         console.out("Trying to restore last DRS calibration #"+nn+"  ["+runs.time+"]");
     166        console.out("  "+new Date().toUTCString()+": Trying to restore last DRS calibration #"+nn+"  ["+runs.time+"]");
    167167
    168168        var night;
     
    185185        v8.timeout(3000, function() { if (service_drs.get(0, false).counter>drs_counter) return true; });
    186186
    187         console.out("Last DRS calibration restored ["+(new Date()-now)/1000+"s]");
     187        console.out("  "+new Date().toUTCString()+": Last DRS calibration restored ["+(new Date()-now)/1000+"s]");
    188188    }
    189189
Note: See TracChangeset for help on using the changeset viewer.