Commit 65637c18 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Tweak error message.

parent 32e8f08b
......@@ -1385,7 +1385,7 @@ func clientLoop(c *webClient, conn *websocket.Conn) error {
found := delUpConn(c, a.id)
if found {
err := failConnection(c, a.id,
"ICE said: connection failed")
"connection failed")
if err != nil {
return err
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment