1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-10 02:35:58 +01:00

Tweak error message.

This commit is contained in:
Juliusz Chroboczek 2020-05-30 12:53:58 +02:00
parent 32e8f08b8d
commit 65637c1832

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
}