summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2002-04-07 17:07:37 +0000
committerasmodai <asmodai@FreeBSD.org>2002-04-07 17:07:37 +0000
commit922292c1c5fa3b5ab632da8f173d579b5ec6091b (patch)
tree9726d1af984045dfe1f7285b58b35538a34809f4 /release
parent7efd0dfe842bd6dfef31c0020a528b7856ed13cc (diff)
downloadFreeBSD-src-922292c1c5fa3b5ab632da8f173d579b5ec6091b.zip
FreeBSD-src-922292c1c5fa3b5ab632da8f173d579b5ec6091b.tar.gz
Actually print the port we are listening too when specified verbose mode.
PR: 29725 Submitted by: Eugene Grosbein <eugen@svzserv.kemerovo.su>
Diffstat (limited to 'release')
-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 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);
}
/*
OpenPOWER on IntegriCloud