Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 2, 2009, 3:07:24 PM (15 years ago)
Author:
rgrieder
Message:

Removed debug output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/util/SignalHandler.cc

    r2710 r2731  
    320320      time_t now = time(NULL);
    321321
    322       std::string timeString = "\n\n\n\n"
     322      std::string timeString =
    323323                         "=======================================================\n"
    324324                         "= time: " + std::string(ctime(&now)) +
    325              "=======================================================\n";
     325                         "=======================================================\n";
    326326      bt.insert(0, timeString);
    327327
Note: See TracChangeset for help on using the changeset viewer.