[tor-commits] [meek/master] Log the helper address.

dcf at torproject.org dcf at torproject.org
Wed Apr 9 05:56:56 UTC 2014


commit 4b93398800605730e8ffd9dac83b3dc0424c8ebc
Author: David Fifield <david at bamsoftware.com>
Date:   Sun Apr 6 10:10:31 2014 -0700

    Log the helper address.
---
 meek-client/meek-client.go |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meek-client/meek-client.go b/meek-client/meek-client.go
index 6ce95f0..536dd69 100644
--- a/meek-client/meek-client.go
+++ b/meek-client/meek-client.go
@@ -252,6 +252,7 @@ func main() {
 		if err != nil {
 			log.Fatalf("can't resolve helper address: %s", err)
 		}
+		log.Printf("using helper on %s", options.HelperAddr)
 	}
 
 	if httpProxy != "" {





More information about the tor-commits mailing list