Skip to content
Snippets Groups Projects
Commit 33403a47 authored by Denis Osvald's avatar Denis Osvald Committed by Andy Green
Browse files

vhost creation print ipv6

parent 4507da48
Branches
Tags
No related merge requests found
...@@ -373,8 +373,8 @@ lws_create_vhost(struct lws_context *context, ...@@ -373,8 +373,8 @@ lws_create_vhost(struct lws_context *context,
vh->name, info->iface, vh->count_protocols); vh->name, info->iface, vh->count_protocols);
} else } else
#endif #endif
lwsl_notice("Creating Vhost '%s' port %d, %d protocols\n", lwsl_notice("Creating Vhost '%s' port %d, %d protocols, IPv6 %s\n",
vh->name, info->port, vh->count_protocols); vh->name, info->port, vh->count_protocols, LWS_IPV6_ENABLED(vh) ? "on" : "off");
mounts = info->mounts; mounts = info->mounts;
while (mounts) { while (mounts) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment