mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +01:00
Fix typo in error message.
This commit is contained in:
parent
00fbfafeeb
commit
1c042b55af
1 changed files with 1 additions and 1 deletions
|
@ -2060,7 +2060,7 @@ func clientWriter(conn *websocket.Conn, ch <-chan interface{}, done chan<- struc
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
default:
|
default:
|
||||||
log.Printf("clientWiter: unexpected message %T", m)
|
log.Printf("clientWriter: unexpected message %T", m)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue