tdam-dir: Be verbose with expire time when -ttl is enabled. - tordam - A library for peer discovery inside the Tor network HTML git clone https://git.parazyd.org/tordam DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit b8e88d9c6f9d3a44a4cbe43245979717c96fe16f DIR parent b6de35cf742c0ba20bc211ee955bcb6e694bc1da HTML Author: parazyd <parazyd@dyne.org> Date: Thu, 1 Nov 2018 15:42:03 +0100 dam-dir: Be verbose with expire time when -ttl is enabled. Diffstat: M cmd/dam-dir/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/cmd/dam-dir/main.go b/cmd/dam-dir/main.go t@@ -262,7 +262,7 @@ func main() { log.Println("Listening on", ListenAddress) if ttl > 0 { - log.Println("Enabling TTL polling.") + log.Printf("Enabling TTL polling (%d minute expire time).\n", ttl) go pollNodeTTL(ttl) }