Changeset 455
- Timestamp:
- Dec 10, 2007, 6:02:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/orxonox/core/SignalHandler.cc
r454 r455 101 101 } 102 102 103 printf( "recieved signal %s\ntry to write backtrace to file orxonox. backtrace\n", sigName.c_str() );103 printf( "recieved signal %s\ntry to write backtrace to file orxonox.log\n", sigName.c_str() ); 104 104 105 105 int sigPipe[2];
Note: See TracChangeset
for help on using the changeset viewer.