diff options
author | Jakob Unterwurzacher | 2016-01-22 21:45:11 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-01-22 21:49:56 +0100 |
commit | 2e419e635f264a9bb069e30ede597ce344b91106 (patch) | |
tree | 9a69abdfde634297f12789a932be6ffa2b8c22c2 /main.go | |
parent | 9f9cf882ad9bbd298a3417e5e2b0de44cb30f4cb (diff) |
Remove last SetOutput from generic code
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -176,7 +176,7 @@ func main() { os.Exit(0) } if args.debug { - cryptfs.Debug.SetOutput(os.Stdout) + cryptfs.Debug.Enabled = true cryptfs.Debug.Printf("Debug output enabled") } // Every operation below requires CIPHERDIR. Check that we have it. |