From 33403a474ea58b8c04d4be071113586b98a3b7ad Mon Sep 17 00:00:00 2001 From: Denis Osvald Date: Sat, 4 Jun 2016 08:37:31 +0800 Subject: [PATCH] vhost creation print ipv6 Signed-off-by: Denis Osvald --- lib/context.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/context.c b/lib/context.c index 6125ee48..0d3a41c1 100644 --- a/lib/context.c +++ b/lib/context.c @@ -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) {