]> granicus.if.org Git - apache/commitdiff
Carriage returns??
authorCliff Woolley <jwoolley@apache.org>
Mon, 18 Mar 2002 06:33:53 +0000 (06:33 +0000)
committerCliff Woolley <jwoolley@apache.org>
Mon, 18 Mar 2002 06:33:53 +0000 (06:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93994 13f79535-47bb-0310-9956-ffa450edef68

support/ab.c

index 8063e097b6bd4e241c255e176eed8e43366b62b1..77e3a6d6714dd766719e9c9f7bb12d177d4b6c30 100644 (file)
@@ -467,7 +467,7 @@ static void output_results(void)
     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 test(void)
 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("<p>\n");
-       printf(" This is ApacheBench, Version %s <i>&lt;%s&gt;</i> apache-2.0<br>\n", AP_SERVER_BASEREVISION, "$Revision: 1.89 $");
+       printf(" This is ApacheBench, Version %s <i>&lt;%s&gt;</i> apache-2.0<br>\n", AP_SERVER_BASEREVISION, "$Revision: 1.90 $");
        printf(" Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/<br>\n");
        printf(" Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/<br>\n");
        printf("</p>\n<p>\n");