m-lab / ndt

Network Diagnostic Tool
Other
11 stars 7 forks source link

Watchdog timer, error path bugfixes, and a logging cleanup. #65

Closed pboothe closed 8 years ago

pboothe commented 8 years ago

Adds the watchdog timer as the very first thing, and eliminates the "return"

from the error paths which is never the right thing and is potentially disastrous.

Also, eliminates a string from a log line which frequently ended up being a pointer to memory that did not contain a string.


This change is Reviewable

stephen-soltesz commented 8 years ago

LGTM.

Looked like one typo.