diff options
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 } |