aboutsummaryrefslogtreecommitdiff
path: root/release/picobsd
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2002-04-07 17:07:37 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2002-04-07 17:07:37 +0000
commit41c6cb53dd25ee33b7f14c40cce72c3c7ee9b2c2 (patch)
tree9726d1af984045dfe1f7285b58b35538a34809f4 /release/picobsd
parent5de3d8b11f8b446dbd2357d0f230ae8cb00effa3 (diff)
downloadsrc-41c6cb53dd25ee33b7f14c40cce72c3c7ee9b2c2.tar.gz
src-41c6cb53dd25ee33b7f14c40cce72c3c7ee9b2c2.zip
Actually print the port we are listening too when specified verbose mode.
PR: 29725 Submitted by: Eugene Grosbein <eugen@svzserv.kemerovo.su>
Notes
Notes: svn path=/head/; revision=94130
Diffstat (limited to 'release/picobsd')
-rw-r--r--release/picobsd/tinyware/simple_httpd/simple_httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/picobsd/tinyware/simple_httpd/simple_httpd.c b/release/picobsd/tinyware/simple_httpd/simple_httpd.c
index 8c8a20c7b21d..509ae5b2bf9b 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);
}
/*