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:
Jeroen Ruigrok van der Werven 2002-04-07 17:07:37 +00:00
parent 5de3d8b11f
commit 41c6cb53dd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94130

View File

@ -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);
}
/*