2004-02-19 Roland McGrath <roland@redhat.com>

* strace.c (main): Use TCP->pid, not PID, in -p message.
	Fixes Debian bug #229802.
This commit is contained in:
Roland McGrath 2004-02-20 02:23:52 +00:00
parent 182aa38bb2
commit c3266d51f0

View File

@ -408,7 +408,7 @@ char *argv[];
if (!qflag)
fprintf(stderr,
"Process %u attached - interrupt to quit\n",
pid);
tcp->pid);
}
if (!pflag_seen) {