Commit da8c5922 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix log message.

Thanks to Antonin Décimo.
parent e35e6e5e
......@@ -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",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment