diff options
author | Jakob Unterwurzacher | 2015-09-08 23:09:28 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-09-08 23:09:28 +0200 |
commit | 80935a0e1b3848608bcc8e1e1497435801ac9940 (patch) | |
tree | 020eff5e8949dafaf6fcc3ccfacb1794b8eeac3a /cryptfs/log.go | |
parent | bfdbbbf8b476c810ac9d5c47a7fa6f7cc8904a55 (diff) |
Explain both frontends in readme
Also, re-enable openssl and disable debug messages so testing
gocryptfs is less painful
Diffstat (limited to 'cryptfs/log.go')
-rw-r--r-- | cryptfs/log.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptfs/log.go b/cryptfs/log.go index 8233529..f9c46c8 100644 --- a/cryptfs/log.go +++ b/cryptfs/log.go @@ -15,5 +15,5 @@ func (l logChannel) Printf(format string, args ...interface{}) { } -var Debug = logChannel{true} +var Debug = logChannel{false} var Warn = logChannel{true} |