mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-19 21:59:59 -08:00
Fix go1.14 build error in Panic function.
This commit is contained in:
parent
de7209df85
commit
181a4f3219
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.
|
||||
func (client *Client) Panic(v ...interface{}) {
|
||||
client.Print(v)
|
||||
client.Print(v...)
|
||||
client.Disconnect()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue