adjust logging

This commit is contained in:
Chris Lu
2020-01-24 17:26:03 -08:00
parent 24f62ebe76
commit e6f9f5da3a
2 changed files with 3 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ func (fs *FilerServer) LookupDirectoryEntry(ctx context.Context, req *filer_pb.L
entry, err := fs.filer.FindEntry(ctx, filer2.FullPath(filepath.ToSlash(filepath.Join(req.Directory, req.Name))))
if err != nil {
glog.V(3).Infof("LookupDirectoryEntry %s: %+v, ", filepath.Join(req.Directory, req.Name), err)
return nil, err
}