diff --git a/lib/core-net/vhost.c b/lib/core-net/vhost.c index 67408b828..0e04207fb 100644 --- a/lib/core-net/vhost.c +++ b/lib/core-net/vhost.c @@ -867,7 +867,8 @@ lws_create_vhost(struct lws_context *context, (void)mount_protocols[0]; lwsl_info(" mounting %s%s to %s\n", mount_protocols[mounts->origin_protocol], - mounts->origin, mounts->mountpoint); + mounts->origin ? mounts->origin : "none", + mounts->mountpoint); mounts = mounts->mount_next; }