From b9f18cdc2e893171d0439871f94cd590ad1e7509 Mon Sep 17 00:00:00 2001 From: Joseph Poirier Date: Fri, 26 Feb 2016 23:49:11 -0600 Subject: [PATCH] comment update --- main/sdr.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/sdr.go b/main/sdr.go index 539be5dd..5e1b2075 100644 --- a/main/sdr.go +++ b/main/sdr.go @@ -418,8 +418,8 @@ func configDevices(count int, es_enabled, uat_enabled bool) { // chicken and egg - to gracefully shut down a read method we // check a channel for a close flag, but now we want to handle -// catastrophic dongle failures (identified when ReadSync returns -// an error) but we can't just bypass the channel check and +// catastrophic dongle failures (when ReadSync returns or we get +// stderr ouput) but we can't just bypass the channel check and // return directly from the goroutine because the close channel // call in shutdown will cause a runtime panic, hence these... var shutdownES bool