mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
removed the "banner" when the server is starting
This commit is contained in:
parent
96b7131844
commit
72673a351b
@ -505,8 +505,6 @@ int main(int argc, char *argv[])
|
|||||||
/* start accepting connections */
|
/* start accepting connections */
|
||||||
listen(sock, 5);
|
listen(sock, 5);
|
||||||
|
|
||||||
fprintf(stderr, "*** %s listening on port %u ***\n", VERSION, port);
|
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
int doc;
|
int doc;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user