Skip to content

Commit

Permalink
Update pkg/eosclient/eosgrpc/eosgrpc.go
Browse files Browse the repository at this point in the history
Co-authored-by: Giuseppe Lo Presti <[email protected]>
  • Loading branch information
ffurano and glpatcern authored Nov 8, 2023
1 parent 792c54d commit 564e864
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 @@ -480,7 +480,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).Str("file", info.File).Uint64("size", info.Size).Str("etag", info.ETag).Msg("result")
log.Info().Str("func", "GetFileInfoByInode").Uint64("inode", inode).Uint64("info.Inode", info.Inode).Str("file", info.File).Uint64("size", info.Size).Str("etag", info.ETag).Msg("result")
return c.fixupACLs(ctx, auth, info), nil
}

Expand Down

0 comments on commit 564e864

Please sign in to comment.