Skip to content

Commit

Permalink
Manual merge
Browse files Browse the repository at this point in the history
  • Loading branch information
anbsky committed Nov 14, 2024
2 parents 34c8e92 + 11f4f61 commit 774ac55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/query/caller.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ func (c *Caller) call(ctx context.Context, req *jsonrpc.RPCRequest) (*jsonrpc.RP
return nil, rpcerrors.NewSDKError(err)
}
if res != nil {
logger.Log().Info("got %s response from %s hook", q.Method(), hook.name)
logger.Log().Infof("got %s response from %s hook", q.Method(), hook.name)
return res, nil
}
}
Expand Down

0 comments on commit 774ac55

Please sign in to comment.