diff options
author | Jakob Unterwurzacher | 2016-01-31 18:09:39 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-01-31 18:09:39 +0100 |
commit | 6454db68d97667f90ec1f0f838c7da275c46d2b8 (patch) | |
tree | 8e7078f815a74c78f0c620723903e1ef1e88d0d3 /pathfs_frontend | |
parent | 4c9e249e3ac1fc2995e01eb1ed24799c3a3bc66b (diff) |
Add new "-wpanic" option and enable it for the automated tests
Diffstat (limited to 'pathfs_frontend')
-rw-r--r-- | pathfs_frontend/names.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pathfs_frontend/names.go b/pathfs_frontend/names.go index 219942e..bd7a249 100644 --- a/pathfs_frontend/names.go +++ b/pathfs_frontend/names.go @@ -15,7 +15,7 @@ func (fs *FS) isFiltered(path string) bool { } // gocryptfs.conf in the root directory is forbidden if path == cryptfs.ConfDefaultName { - cryptfs.Warn.Printf("The name /%s is reserved when -plaintextnames is used\n", + cryptfs.Info.Printf("The name /%s is reserved when -plaintextnames is used\n", cryptfs.ConfDefaultName) return true } |