aboutsummaryrefslogtreecommitdiff
path: root/cryptfs
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-09-08 22:03:27 +0200
committerJakob Unterwurzacher2015-09-08 22:03:27 +0200
commit1ca4fc89aac5482f1294b1ffabc1912c2fb99a82 (patch)
tree8b6f4e594286b5bd1797c670e7e7a78082fd483d /cryptfs
parentcaaad7c8d7261b944931e9baf94568aa8c12c8bf (diff)
More debug logging, improve main_test.go (do not use all-zero content)
Diffstat (limited to 'cryptfs')
-rw-r--r--cryptfs/log.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptfs/log.go b/cryptfs/log.go
index f9c46c8..8233529 100644
--- a/cryptfs/log.go
+++ b/cryptfs/log.go
@@ -15,5 +15,5 @@ func (l logChannel) Printf(format string, args ...interface{}) {
}
-var Debug = logChannel{false}
+var Debug = logChannel{true}
var Warn = logChannel{true}