Changeset 16842 for trunk/FACT++/scripts/CheckUnderflow.js
- Timestamp:
- 06/14/13 11:16:37 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/CheckUnderflow.js
r16796 r16842 164 164 if (nn>0) 165 165 { 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+"]"); 167 167 168 168 var night; … … 185 185 v8.timeout(3000, function() { if (service_drs.get(0, false).counter>drs_counter) return true; }); 186 186 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]"); 188 188 } 189 189
Note:
See TracChangeset
for help on using the changeset viewer.