From 922292c1c5fa3b5ab632da8f173d579b5ec6091b Mon Sep 17 00:00:00 2001 From: asmodai Date: Sun, 7 Apr 2002 17:07:37 +0000 Subject: Actually print the port we are listening too when specified verbose mode. PR: 29725 Submitted by: Eugene Grosbein --- release/picobsd/tinyware/simple_httpd/simple_httpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release') diff --git a/release/picobsd/tinyware/simple_httpd/simple_httpd.c b/release/picobsd/tinyware/simple_httpd/simple_httpd.c index 8c8a20c..509ae5b 100644 --- a/release/picobsd/tinyware/simple_httpd/simple_httpd.c +++ b/release/picobsd/tinyware/simple_httpd/simple_httpd.c @@ -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); } /* -- cgit v1.1