Skip to content

Commit

Permalink
feat: log when register function definition
Browse files Browse the repository at this point in the history
  • Loading branch information
woorui committed Jun 25, 2024
1 parent cc2e6f2 commit 205720a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ func (c *Client) handshakeWithDefinition(hf *frame.HandshakeFrame) error {
if functionDefinition == nil {
return nil
}
c.Logger.Info("register function definition", "functionDefinition", string(functionDefinition))

Check warning on line 257 in core/client.go

View check run for this annotation

Codecov / codecov/patch

core/client.go#L257

Added line #L257 was not covered by tests
hf.FunctionDefinition = functionDefinition
return nil
}
Expand Down

0 comments on commit 205720a

Please sign in to comment.