From: Denys Vlasenko Date: Fri, 16 Mar 2012 14:21:49 +0000 (+0100) Subject: Remove another "interrupt to quit" message X-Git-Tag: v4.7~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c3861d3177f3bfb12b24890fd118bcb77066abb;p=strace Remove another "interrupt to quit" message * strace.c (startup_attach): Remove another "interrupt to quit" message. Signed-off-by: Denys Vlasenko --- diff --git a/strace.c b/strace.c index 17ee7496..0ea640fd 100644 --- a/strace.c +++ b/strace.c @@ -932,7 +932,7 @@ startup_attach(void) if (!qflag) fprintf(stderr, - "Process %u attached - interrupt to quit\n", + "Process %u attached\n", tcp->pid); } /* for each tcbtab[] */