summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 61e7020..0992612 100644
--- a/main.go
+++ b/main.go
@@ -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.