Skip to content

Commit

Permalink
Merge 58b0f34 into backport/b-retry-service-registration/evidently-et…
Browse files Browse the repository at this point in the history
…hical-tomcat
  • Loading branch information
hc-github-team-nomad-core committed Nov 4, 2022
2 parents e6440b5 + 58b0f34 commit c7582b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/rpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ TRY:
info.SetTimeToBlock(0)
return c.RPC(method, args, reply)
}
c.rpcLogger.Error("error performing RPC to server, deadline exceeded, cannot retry", "error", rpcErr, "rpc", method, "server", server.Addr)
c.rpcLogger.Error("error performing RPC to server, deadline exceeded, cannot retry", "error", rpcErr, "rpc", method)
return rpcErr
}

Expand Down

0 comments on commit c7582b5

Please sign in to comment.