Tweak error message.
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user