Reword misleading log line

PiperOrigin-RevId: 195834310
Change-Id: I8af748f75ab87ad1cd29c4c8904d07fd729ba6c9
This commit is contained in:
Ian Gudger
2018-05-08 09:59:03 -07:00
committed by Shentubot
parent b4765f782d
commit 09c323910d
+1 -1
View File
@@ -85,7 +85,7 @@ func openPath(ctx context.Context, mm *fs.MountNamespace, root, wd *fs.Dirent, m
// No exec-ing directories, pipes, etc!
if !fs.IsRegular(d.Inode.StableAttr) {
ctx.Infof("Error regularing %s: %v", name, d.Inode.StableAttr)
ctx.Infof("%s is not regular: %v", name, d.Inode.StableAttr)
return nil, nil, syserror.EACCES
}