* pinfo.cc (proc_waiter): Remove debugging.
This commit is contained in:
parent
30fa154939
commit
e102a69b3d
|
@ -1,3 +1,7 @@
|
|||
2012-03-21 Christopher Faylor <me.cygwin2012@cgf.cx>
|
||||
|
||||
* pinfo.cc (proc_waiter): Remove debugging.
|
||||
|
||||
2012-03-20 Christopher Faylor <me.cygwin2012@cgf.cx>
|
||||
|
||||
* dtable.cc (set_std_handle): Call SetStdHandle with NULL if fd is
|
||||
|
|
|
@ -931,7 +931,6 @@ proc_waiter (void *arg)
|
|||
case __ALERT_ALIVE:
|
||||
continue;
|
||||
case 0:
|
||||
debug_printf ("%d exited buf %d\n", vchild->pid, buf);
|
||||
/* Child exited. Do some cleanup and signal myself. */
|
||||
vchild.maybe_set_exit_code_from_windows ();
|
||||
if (WIFEXITED (vchild->exitcode))
|
||||
|
|
Loading…
Reference in New Issue