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:
parent
32e8f08b8d
commit
65637c1832
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue