aboutsummaryrefslogtreecommitdiff
path: root/cryptfs
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-09-08 21:35:06 +0200
committerJakob Unterwurzacher2015-09-08 21:35:06 +0200
commitcaaad7c8d7261b944931e9baf94568aa8c12c8bf (patch)
tree866fb7ffbb5e39e024103ca1d2b10724f449e022 /cryptfs
parent889ae900814aac1c17c38a76882b1aafa5744be6 (diff)
Add pathfs frontend, part II
Fix issues in read and write paths. Now passes selftest.
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 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}