Changeset 2508 in Sophya for trunk/SophyaLib/SysTools/psighand.cc
- Timestamp:
- Mar 15, 2004, 5:49:48 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/psighand.cc
r913 r2508 146 146 throw ( CaughtSignalExc(msg, s) ); 147 147 default : 148 printf("SophyaProcessSignal: ###Signal %d catched, throw inconsistentErr### \n", s);148 printf("SophyaProcessSignal: ###Signal %d catched, throw Caught SIG??? ### \n", s); 149 149 msg = "Caught SIG???"; 150 150 throw ( CaughtSignalExc(msg, s) );
Note:
See TracChangeset
for help on using the changeset viewer.