Skip to content

Commit

Permalink
Modify log statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
KIProtect GmbH committed Feb 10, 2022
1 parent e52e0b2 commit f156939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion channels/grpc_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ func (c *GRPCClientChannel) DeliverRequest(request *eps.Request) (*eps.Response,

if settings.Proxy != "" {
dialer = func(context context.Context, addr string) (net.Conn, error) {
eps.Log.Info("Dialing through proxy...")
eps.Log.Tracef("Dialing to %s through proxy...", address.Operator)

// this request comes from ourselves
clientInfo := &eps.ClientInfo{
Expand Down

0 comments on commit f156939

Please sign in to comment.