vhost creation print ipv6
Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
This commit is contained in:
parent
4507da486d
commit
33403a474e
1 changed files with 2 additions and 2 deletions
|
@ -373,8 +373,8 @@ lws_create_vhost(struct lws_context *context,
|
|||
vh->name, info->iface, vh->count_protocols);
|
||||
} else
|
||||
#endif
|
||||
lwsl_notice("Creating Vhost '%s' port %d, %d protocols\n",
|
||||
vh->name, info->port, vh->count_protocols);
|
||||
lwsl_notice("Creating Vhost '%s' port %d, %d protocols, IPv6 %s\n",
|
||||
vh->name, info->port, vh->count_protocols, LWS_IPV6_ENABLED(vh) ? "on" : "off");
|
||||
|
||||
mounts = info->mounts;
|
||||
while (mounts) {
|
||||
|
|
Loading…
Add table
Reference in a new issue