From: Daniel Stenberg Date: Sat, 15 Mar 2003 16:05:47 +0000 (+0000) Subject: removed the "banner" when the server is starting X-Git-Tag: curl-7_10_4~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72673a351bd0cadeb7735c853fc542df1a56023e;p=curl removed the "banner" when the server is starting --- diff --git a/tests/server/sws.c b/tests/server/sws.c index f928b7a47..80a5a5546 100644 --- a/tests/server/sws.c +++ b/tests/server/sws.c @@ -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;