Skip to content

Commit

Permalink
Suspicious GetFileInfoByInode
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrizio Furano committed Nov 2, 2023
1 parent 3e17365 commit 6a9e286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/eosclient/eosgrpc/eosgrpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ func (c *Client) GetFileInfoByInode(ctx context.Context, auth eosclient.Authoriz
info.Inode = inode
}

log.Debug().Str("func", "GetFileInfoByInode").Uint64("inode", inode).Uint64("info.Inode", info.Inode).Uint64("size", info.Size).Str("etag", info.ETag).Msg("")
log.Debug().Str("func", "GetFileInfoByInode").Uint64("inode", inode).Uint64("info.Inode", info.Inode).Str("file", info.File).Uint64("size", info.Size).Str("etag", info.ETag).Msg("")
return c.fixupACLs(ctx, auth, info), nil
}

Expand Down

0 comments on commit 6a9e286

Please sign in to comment.