diff options
Diffstat (limited to 'winsup/cygwin/pinfo.cc')
-rw-r--r-- | winsup/cygwin/pinfo.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/pinfo.cc b/winsup/cygwin/pinfo.cc index 1162e7b1b..79829e3c6 100644 --- a/winsup/cygwin/pinfo.cc +++ b/winsup/cygwin/pinfo.cc @@ -610,6 +610,7 @@ _pinfo::commune_recv () it[0] = it[1] = NULL; /* FIXME: possibly left a handle open in child? */ break; } + debug_printf ("fifo found %p, %p", it[0], it[1]); } CloseHandle (hp); |