summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fork.cc
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2007-01-12 15:26:02 +0000
committerCorinna Vinschen <corinna@vinschen.de>2007-01-12 15:26:02 +0000
commit0b7c56a5f554f9d34659a6c889bf71405991a2ed (patch)
tree351826b6a5c2c6ea8caa08fad740fd8ab1d03678 /winsup/cygwin/fork.cc
parentee4370fd2942c7632aa6360ede2d49115431b6cc (diff)
downloadcygnal-0b7c56a5f554f9d34659a6c889bf71405991a2ed.tar.gz
cygnal-0b7c56a5f554f9d34659a6c889bf71405991a2ed.tar.bz2
cygnal-0b7c56a5f554f9d34659a6c889bf71405991a2ed.zip
* fork.cc (child_copy): Add missing Windows PID in debug output.
Diffstat (limited to 'winsup/cygwin/fork.cc')
-rw-r--r--winsup/cygwin/fork.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/cygwin/fork.cc b/winsup/cygwin/fork.cc
index fcf231903..51afce9c1 100644
--- a/winsup/cygwin/fork.cc
+++ b/winsup/cygwin/fork.cc
@@ -1,7 +1,7 @@
/* fork.cc
- Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2006
- Red Hat, Inc.
+ Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2006,
+ 2007 Red Hat, Inc.
This file is part of Cygwin.
@@ -704,7 +704,7 @@ child_copy (HANDLE hp, bool write, ...)
/* If this happens then there is a bug in our fork
implementation somewhere. */
system_printf ("%s %s copy failed, %p..%p, done %d, windows pid %u, %E",
- what, huh[write], low, high, done);
+ what, huh[write], low, high, done, myself->dwProcessId);
goto err;
}
}