Actually print the port we are listening too when specified verbose mode.
PR: 29725 Submitted by: Eugene Grosbein <eugen@svzserv.kemerovo.su>
This commit is contained in:
parent
5de3d8b11f
commit
41c6cb53dd
@ -99,7 +99,7 @@ init_servconnection(void)
|
||||
perror("bind socket");
|
||||
exit(1);
|
||||
}
|
||||
if (verbose) printf("simple_httpd\n",http_port);
|
||||
if (verbose) printf("simple_httpd:%d\n",http_port);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user