Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 13061 invoked by uid 500); 18 Mar 2002 06:33:54 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 13050 invoked by uid 500); 18 Mar 2002 06:33:54 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 18 Mar 2002 06:33:53 -0000 Message-ID: <20020318063353.80773.qmail@icarus.apache.org> From: jwoolley@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/support ab.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N jwoolley 02/03/17 22:33:53 Modified: support ab.c Log: Carriage returns?? Revision Changes Path 1.90 +3 -3 httpd-2.0/support/ab.c Index: ab.c =================================================================== RCS file: /home/cvs/httpd-2.0/support/ab.c,v retrieving revision 1.89 retrieving revision 1.90 diff -u -d -u -r1.89 -r1.90 --- ab.c 13 Mar 2002 20:48:05 -0000 1.89 +++ ab.c 18 Mar 2002 06:33:53 -0000 1.90 @@ -467,7 +467,7 @@ timetakenusec = endtime - start; timetaken = (float) timetakenusec / APR_USEC_PER_SEC; - printf("\r \r"); + printf("\n\n"); printf("Server Software: %s\n", servername); printf("Server Hostname: %s\n", hostname); printf("Server Port: %hd\n", port); @@ -1302,14 +1302,14 @@ static void copyright(void) { if (!use_html) { - printf("This is ApacheBench, Version %s\n", AP_SERVER_BASEREVISION " <$Revision: 1.89 $> apache-2.0"); + printf("This is ApacheBench, Version %s\n", AP_SERVER_BASEREVISION " <$Revision: 1.90 $> apache-2.0"); printf("Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/\n"); printf("Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/\n"); printf("\n"); } else { printf("

\n"); - printf(" This is ApacheBench, Version %s <%s> apache-2.0
\n", AP_SERVER_BASEREVISION, "$Revision: 1.89 $"); + printf(" This is ApacheBench, Version %s <%s> apache-2.0
\n", AP_SERVER_BASEREVISION, "$Revision: 1.90 $"); printf(" Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
\n"); printf(" Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/
\n"); printf("

\n

\n");