removed the "banner" when the server is starting

This commit is contained in:
Daniel Stenberg 2003-03-15 16:05:47 +00:00
parent 96b7131844
commit 72673a351b
1 changed files with 0 additions and 2 deletions

View 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;