mirror of
https://github.com/mumble-voip/grumble.git
synced 2025-12-19 21:59:59 -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{}
|
||||
proto.Unmarshal(d, nus)
|
||||
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