From e102a69b3d82e44bea7347fd8befefafc157f898 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 21 Mar 2012 04:45:57 +0000 Subject: [PATCH] * pinfo.cc (proc_waiter): Remove debugging. --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/pinfo.cc | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 601c73091..faed3729b 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2012-03-21 Christopher Faylor + + * pinfo.cc (proc_waiter): Remove debugging. + 2012-03-20 Christopher Faylor * dtable.cc (set_std_handle): Call SetStdHandle with NULL if fd is diff --git a/winsup/cygwin/pinfo.cc b/winsup/cygwin/pinfo.cc index 2c6910957..737cff4fb 100644 --- a/winsup/cygwin/pinfo.cc +++ b/winsup/cygwin/pinfo.cc @@ -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))