Skip to content

Commit 1db17a1

Browse files
committed
fix: missing log
1 parent 9f8d1d2 commit 1db17a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/storage/utils/localfs/localfs.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ func (fs *localfs) permissionSet(ctx context.Context, owner *userpb.UserId) *pro
418418
}
419419

420420
func (fs *localfs) normalize(ctx context.Context, fi os.FileInfo, fn string, mdKeys []string) (*provider.ResourceInfo, error) {
421+
log := appctx.GetLogger(ctx)
421422
fp := fs.unwrap(ctx, path.Join("/", fn))
422423
owner, err := getUser(ctx)
423424
if err != nil {

0 commit comments

Comments
 (0)