From 66ecc2d0436cdd07b85a314acaa2f847d12df7f1 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sat, 11 Mar 2017 23:51:09 -0300 Subject: [PATCH] add description of websocket nodes to node_name_long() --- lib/nodes/websocket.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/nodes/websocket.c b/lib/nodes/websocket.c index a3659e205..af79b7a3c 100644 --- a/lib/nodes/websocket.c +++ b/lib/nodes/websocket.c @@ -397,6 +397,8 @@ char * websocket_print(struct node *n) char *buf = NULL; + buf = strcatf(&buf, "dests="); + list_foreach(struct lws_client_connect_info *in, &w->destinations) { buf = strcatf(&buf, "%s://%s:%d/%s", in->ssl_connection ? "https" : "http",