Skip to content

Commit

Permalink
Merge pull request #440 from uber/lu.typo
Browse files Browse the repository at this point in the history
Fix typo in log message
  • Loading branch information
ChuntaoLu authored Aug 22, 2018
2 parents 7d7a503 + 6dabe07 commit 110f904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/tchannel_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ func (c *tchannelInboundCall) writeResHeaders(ctx context.Context) error {

twriter, err := c.call.Response().Arg2Writer()
if err != nil {
LogErrorWarnTimeout(c.endpoint.Logger, err, "Could not create arg3writer for inbound response")
LogErrorWarnTimeout(c.endpoint.Logger, err, "Could not create arg2writer for inbound response")
return errors.Wrapf(err, "Could not create arg2writer for inbound %s.%s (%s) response",
c.endpoint.EndpointID, c.endpoint.HandlerID, c.endpoint.Method,
)
Expand Down

0 comments on commit 110f904

Please sign in to comment.