This commit is contained in:
@@ -82,7 +82,6 @@ func NewSyncedPool(local *GrainLocalPool, hostname string, d Discovery) (*Synced
|
||||
hosts, err := d.Discover()
|
||||
if err != nil {
|
||||
log.Printf("Error discovering hosts: %v\n", err)
|
||||
return
|
||||
}
|
||||
for _, h := range hosts {
|
||||
if h == hostname {
|
||||
|
||||
Reference in New Issue
Block a user