Forgot to die if negociation failed.

This commit is contained in:
Stephen McQuay 2014-04-23 14:45:39 -07:00
parent 51d0522833
commit b63780c2bc
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ func main() {
var err error
err = c.Negociate()
if err != nil {
log.Printf("%s: failed to negociate: %s", c.Name, err)
log.Fatal("%s: failed to negociate: %s", c.Name, err)
}
c.Player = hbclient.NewSimplePlayer(