display listening port in log
This commit is contained in:
parent
d5403f3a5b
commit
3bcfe678ab
@ -843,13 +843,13 @@ int main(int argc, char *argv[])
|
||||
else
|
||||
fprintf(stderr, "Couldn't write pid file\n");
|
||||
|
||||
logmsg("Running IPv%d version",
|
||||
logmsg("Running IPv%d version on port %d",
|
||||
#ifdef ENABLE_IPV6
|
||||
(use_ipv6?6:4)
|
||||
#else
|
||||
4
|
||||
#endif
|
||||
);
|
||||
, port );
|
||||
|
||||
/* start accepting connections */
|
||||
listen(sock, 5);
|
||||
|
Loading…
Reference in New Issue
Block a user