opendns / lemming

OpenDNS Data Systems Automation
Apache License 2.0
3 stars 5 forks source link

Refactor anonymous goroutine in testSomeLogMethod #39

Closed ehbar closed 8 years ago

ehbar commented 8 years ago

This method was panicking on some systems due to an I/O deadlock in the goroutine writing the log message to an io.Pipe. Change the goroutine to use args instead of being a closure to see if this will help.