Changeset 2731 for code/trunk/src/util
- Timestamp:
- Mar 2, 2009, 3:07:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/util/SignalHandler.cc
r2710 r2731 320 320 time_t now = time(NULL); 321 321 322 std::string timeString = "\n\n\n\n"322 std::string timeString = 323 323 "=======================================================\n" 324 324 "= time: " + std::string(ctime(&now)) + 325 "=======================================================\n";325 "=======================================================\n"; 326 326 bt.insert(0, timeString); 327 327
Note: See TracChangeset
for help on using the changeset viewer.