From 80935a0e1b3848608bcc8e1e1497435801ac9940 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Tue, 8 Sep 2015 23:09:28 +0200 Subject: Explain both frontends in readme Also, re-enable openssl and disable debug messages so testing gocryptfs is less painful --- cryptfs/log.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cryptfs') 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} -- cgit v1.2.3