Changeset 7148 for code/branches/presentation3/src/libraries/util
- Timestamp:
- Jun 13, 2010, 10:56:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/src/libraries/util/SignalHandler.cc
r5738 r7148 124 124 if( SignalHandler::singletonPtr_s == 0 ) 125 125 { 126 COUT(0) << "rec ieved signal " << sigName.c_str() << std::endl << "can't write backtrace because SignalHandler already destroyed" << std::endl;126 COUT(0) << "received signal " << sigName.c_str() << std::endl << "can't write backtrace because SignalHandler already destroyed" << std::endl; 127 127 exit(EXIT_FAILURE); 128 128 } … … 134 134 135 135 136 COUT(0) << "rec ieved signal " << sigName.c_str() << std::endl << "try to write backtrace to file orxonox_crash.log" << std::endl;136 COUT(0) << "received signal " << sigName.c_str() << std::endl << "try to write backtrace to file orxonox_crash.log" << std::endl; 137 137 138 138 int sigPipe[2];
Note: See TracChangeset
for help on using the changeset viewer.