mirror of
https://github.com/jech/galene.git
synced 2024-11-22 08:35:57 +01:00
Fix log message.
Thanks to Antonin Décimo.
This commit is contained in:
parent
e35e6e5e10
commit
da8c592232
1 changed files with 1 additions and 1 deletions
|
@ -1048,7 +1048,7 @@ func handleClientMessage(c *webClient, m clientMessage) error {
|
|||
s = string(e)
|
||||
} else {
|
||||
s = "internal server error"
|
||||
log.Printf("Join group: %v")
|
||||
log.Printf("Join group: %v", err)
|
||||
}
|
||||
return c.write(clientMessage{
|
||||
Type: "joined",
|
||||
|
|
Loading…
Reference in a new issue