1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00

vhost creation print ipv6

Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
This commit is contained in:
Denis Osvald 2016-06-04 08:37:31 +08:00 committed by Andy Green
parent 4507da486d
commit 33403a474e

View file

@ -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) {