diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-03-15 16:05:47 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-03-15 16:05:47 +0000 |
commit | 72673a351bd0cadeb7735c853fc542df1a56023e (patch) | |
tree | f8b75b8af2b9bf109afe89b70bdb13ceced73a0e | |
parent | 96b71318444cc242c359cd1f6ce3338c08a59478 (diff) |
removed the "banner" when the server is starting
-rw-r--r-- | tests/server/sws.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; |