Update with error messages authored by Irene Y Zhang's avatar Irene Y Zhang
......@@ -164,7 +164,7 @@ You will see some error messages that are safe to ignore. These will looks somet
2016/01/04 11:44:52 method Split has wrong number of ins: 2
2016/01/04 11:44:52 method StartRegistrationServer has wrong number of ins: 1
```
The important thing to look for is a print out of `PASS` at the end of your output indicating that your implementation has passed all of the unit tests.
The important thing to look for is a `PASS` at the end of your output indicating that your implementation has passed all of the unit tests.
**Hint:** Use a `select` to check for new worker registrations as well as checking for finished workers that need new jobs.
......
......