URI: 
       tdam-client: Disable log message about Chdir on startup - 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 3062484b289c2253d713ee5131288287e5c5d6db
   DIR parent 6862a99177b861d20b8d746547bb372c1f88636e
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Sun, 10 Dec 2017 22:34:28 +0100
       
       dam-client: Disable log message about Chdir on startup
       
       Diffstat:
         M cmd/dam-client/main.go              |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/cmd/dam-client/main.go b/cmd/dam-client/main.go
       t@@ -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)