From abed33d654dcc4eae923767011c5ea86c878165c Mon Sep 17 00:00:00 2001 From: Juliusz Chroboczek Date: Mon, 29 Nov 2021 17:33:46 +0100 Subject: [PATCH] Fix missing line break in subgroups command. --- rtpconn/webclient.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtpconn/webclient.go b/rtpconn/webclient.go index 949fec7..b5786e2 100644 --- a/rtpconn/webclient.go +++ b/rtpconn/webclient.go @@ -1590,7 +1590,7 @@ func handleClientMessage(c *webClient, m clientMessage) error { if sg.Clients > 1 { plural = "s" } - s = s + fmt.Sprintf("%v (%v client%v)", + s = s + fmt.Sprintf("%v (%v client%v)\n", sg.Name, sg.Clients, plural) } c.write(clientMessage{