From 67fe4557e5225f5be1687aca3d1934ad1141a684 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Thu, 17 Sep 2015 22:08:49 +0200 Subject: Fix read benchmark --- pathfs_frontend/fs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pathfs_frontend/fs.go') diff --git a/pathfs_frontend/fs.go b/pathfs_frontend/fs.go index bf93766..2ae066f 100644 --- a/pathfs_frontend/fs.go +++ b/pathfs_frontend/fs.go @@ -38,7 +38,7 @@ func (fs *FS) GetAttr(name string, context *fuse.Context) (*fuse.Attr, fuse.Stat cName := fs.EncryptPath(name) a, status := fs.FileSystem.GetAttr(cName, context) if a == nil { - cryptfs.Notice.Printf("FS.GetAttr failed: %s\n", status.String()) + cryptfs.Debug.Printf("FS.GetAttr failed: %s\n", status.String()) return a, status } if a.IsRegular() { -- cgit v1.2.3