Check-in Number:
|
1030 | |
Date: |
2001-Sep-24 16:36:34 (local)
2001-Sep-24 14:36:34 (UTC) |
User: | ms |
Branch: | |
Comment: |
Debugged TRACE and added debug test code. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/l2/l2_ch_pipe.c 1.14 -> 1.15
--- l2_ch_pipe.c 2001/09/21 17:32:08 1.14
+++ l2_ch_pipe.c 2001/09/24 14:36:34 1.15
@@ -66,6 +66,8 @@
TRACE("SIGNALED child\n"); /* child finished due to a signal */
else if (WIFSTOPPED(iStatus))
TRACE("STOPPED child\n"); /* child stopped due to a signal */
+ else
+ TRACE("Unknown SIGNAL\n"); /* child stopped due to a signal */
}
else if (sig == SIGPIPE); /* noop for now */
}
|
|