This commit is contained in:
Chris Rhodes 2013-02-17 19:12:43 -08:00
parent f792080a07
commit c86a9a257d
1 changed files with 0 additions and 5 deletions

View File

@ -111,13 +111,8 @@ func main() {
for !reallyquit { for !reallyquit {
// connect to server // connect to server
<<<<<<< HEAD
if err := c.Connect(*host); err != nil {
fmt.Printf("Error %v", err)
=======
if err := c.ConnectTo(*host); err != nil { if err := c.ConnectTo(*host); err != nil {
fmt.Printf("Connection error: %s\n", err) fmt.Printf("Connection error: %s\n", err)
>>>>>>> fluffle/master
return return
} }
// wait on quit channel // wait on quit channel