Changeset 7450 for code/trunk/src/libraries
- Timestamp:
- Sep 13, 2010, 11:30:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/util/SignalHandler.cc
r7449 r7450 383 383 if (SignalHandler::singletonPtr_s == 0) 384 384 { 385 COUT(1) << "Ca tchedan unhandled exception" << std::endl << "Can't write backtrace because SignalHandler is already destroyed" << std::endl;385 COUT(1) << "Caught an unhandled exception" << std::endl << "Can't write backtrace because SignalHandler is already destroyed" << std::endl; 386 386 exit(EXIT_FAILURE); 387 387 } 388 388 389 COUT(1) << "Ca tchedan unhandled exception" << std::endl << "Try to write backtrace to orxonox_crash.log..." << std::endl;389 COUT(1) << "Caught an unhandled exception" << std::endl << "Try to write backtrace to orxonox_crash.log..." << std::endl; 390 390 391 391 // write the crash log
Note: See TracChangeset
for help on using the changeset viewer.