mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
5de3d8b11f
commit
41c6cb53dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue