[tor-commits] [snowflake/master] Update a comment: we no longer keep track of handlers.

dcf at torproject.org dcf at torproject.org
Thu Jan 23 17:49:45 UTC 2020


commit e27709080ab423163c46e4ebf685a0b37e60862e
Author: David Fifield <david at bamsoftware.com>
Date:   Tue Dec 24 19:16:10 2019 -0700

    Update a comment: we no longer keep track of handlers.
---
 client/snowflake.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/snowflake.go b/client/snowflake.go
index 3c496e0..28bf7e9 100644
--- a/client/snowflake.go
+++ b/client/snowflake.go
@@ -194,7 +194,7 @@ func main() {
 		}()
 	}
 
-	// keep track of handlers and wait for a signal
+	// wait for a signal
 	<-sigChan
 
 	// signal received, shut down



More information about the tor-commits mailing list