log.Exitf -> log.Fatal

This commit is contained in:
Mikkel Krautz 2011-02-03 14:58:25 +01:00
parent 854e194efb
commit 9fe5a30ee3

View file

@ -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.")
}
}