1
Fork 0

Tweak error message.

This commit is contained in:
Juliusz Chroboczek 2020-05-30 12:53:58 +02:00
parent 32e8f08b8d
commit 65637c1832
1 changed files with 1 additions and 1 deletions

View File

@ -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
}