]> granicus.if.org Git - curl/commitdiff
removed the "banner" when the server is starting
authorDaniel Stenberg <daniel@haxx.se>
Sat, 15 Mar 2003 16:05:47 +0000 (16:05 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 15 Mar 2003 16:05:47 +0000 (16:05 +0000)
tests/server/sws.c

index f928b7a476752d9bb9057db5c2e71f8fbc84bd18..80a5a5546cf57f3bfa24f684d03b2a46b1ff70dc 100644 (file)
@@ -505,8 +505,6 @@ int main(int argc, char *argv[])
   /* start accepting connections */
   listen(sock, 5);
 
-  fprintf(stderr, "*** %s listening on port %u ***\n", VERSION, port);
-
   while (1) {
     int doc;