From: Roland McGrath Date: Fri, 20 Feb 2004 02:23:52 +0000 (+0000) Subject: 2004-02-19 Roland McGrath X-Git-Tag: v4.5.18~645 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3266d51f0b4c0af082000a02649e37f992dbc8b;p=strace 2004-02-19 Roland McGrath * strace.c (main): Use TCP->pid, not PID, in -p message. Fixes Debian bug #229802. --- diff --git a/strace.c b/strace.c index 9f287f7e..3f42b3c3 100644 --- a/strace.c +++ b/strace.c @@ -408,7 +408,7 @@ char *argv[]; if (!qflag) fprintf(stderr, "Process %u attached - interrupt to quit\n", - pid); + tcp->pid); } if (!pflag_seen) {