mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-21 18:41:56 -08:00
log.Exitf -> log.Fatal
This commit is contained in:
parent
854e194efb
commit
9fe5a30ee3
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ func checkProtoLib() {
|
||||||
nus := &mumbleproto.UserState{}
|
nus := &mumbleproto.UserState{}
|
||||||
proto.Unmarshal(d, nus)
|
proto.Unmarshal(d, nus)
|
||||||
if nus.Texture == nil {
|
if nus.Texture == nil {
|
||||||
log.Exitf("Unpatched version of goprotobuf. Grumble is refusing to run.")
|
log.Fatal("Unpatched version of goprotobuf. Grumble is refusing to run.")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue