Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2017-06-05 20:39:25 -04:00
parent 5f516001b0
commit f76f4b0015
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3

View file

@ -221,7 +221,7 @@ func waitForConn(addr, cert, key string) error {
fmt.Println("sleeping for 1 second then will try again...")
time.Sleep(time.Second)
} else {
return fmt.Errorf("[WHOOPS]: maximum retries for %s exceeded\n", addr)
return fmt.Errorf("[WHOOPS]: maximum retries for %s exceeded", addr)
}
continue
} else {