updating log..

This commit is contained in:
kkrishna 2017-03-10 15:15:51 -08:00 committed by GitHub
parent 58088a139c
commit cc739f96aa

View file

@ -317,7 +317,7 @@ func main() {
if resp.ResponseCode == aurora.ResponseCode_OK { if resp.ResponseCode == aurora.ResponseCode_OK {
if ok, err := monitor.Instances(job.JobKey(), currInstances-numOfInstances, 5, 50); !ok || err != nil { if ok, err := monitor.Instances(job.JobKey(), currInstances-numOfInstances, 5, 50); !ok || err != nil {
fmt.Println("Flexing up failed") fmt.Println("flexDown failed")
} }
} }
fmt.Println(resp.String()) fmt.Println(resp.String())