mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-19 21:59:59 -08:00
Add missing ... for forwarding to Print, reported by go vet
This commit is contained in:
parent
d9b6cbb89f
commit
72c4f0a7e6
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ func (client *Client) IsVerified() bool {
|
||||||
|
|
||||||
// Log a panic and disconnect the client.
|
// Log a panic and disconnect the client.
|
||||||
func (client *Client) Panic(v ...interface{}) {
|
func (client *Client) Panic(v ...interface{}) {
|
||||||
client.Print(v)
|
client.Print(v...)
|
||||||
client.Disconnect()
|
client.Disconnect()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue