From 6454db68d97667f90ec1f0f838c7da275c46d2b8 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 31 Jan 2016 18:09:39 +0100 Subject: Add new "-wpanic" option and enable it for the automated tests --- pathfs_frontend/names.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pathfs_frontend/names.go') 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 } -- cgit v1.2.3