tordam

A library for peer discovery inside the Tor network
git clone https://git.parazyd.org/tordam
Log | Files | Refs | README | LICENSE

commit 3062484b289c2253d713ee5131288287e5c5d6db
parent 6862a99177b861d20b8d746547bb372c1f88636e
Author: parazyd <parazyd@dyne.org>
Date:   Sun, 10 Dec 2017 22:34:28 +0100

dam-client: Disable log message about Chdir on startup

Diffstat:
Mcmd/dam-client/main.go | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/cmd/dam-client/main.go b/cmd/dam-client/main.go @@ -117,7 +117,6 @@ func main() { err := os.Mkdir(Cwd, 0700) lib.CheckError(err) } - log.Println("Chdir to", Cwd) err := os.Chdir(Cwd) lib.CheckError(err)