fixed node count issue.

pull/46/head
Richard Liu 6 years ago
parent 6b72cd5013
commit a27a6c7aa3
  1. 2
      aws-experiment-launch/experiment/commander/main.go

@ -103,7 +103,7 @@ func dictateNodes(command string) {
res += <-resultChan
}
log.Printf("Finished %s with %v nodes\n", command, count)
log.Printf("Finished %s with %v nodes\n", command, res)
}
func dictateNode(addr string, command string) int {

Loading…
Cancel
Save