Skip to content

Commit

Permalink
log correct message for requestedServerName
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher M. Luciano <cmluciano@us.ibm.com>
  • Loading branch information
Christopher M. Luciano committed Aug 28, 2018
1 parent b3274e5 commit d2c6a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/tcp_proxy/tcp_proxy.cc
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ void Filter::onUpstreamEvent(Network::ConnectionEvent event) {
onConnectionSuccess();

getRequestInfo().setRequestedServerName(read_callbacks_->connection().requestedServerName());
ENVOY_LOG(debug, "TCP:onData(), requestedServerName: {} ",
ENVOY_LOG(debug, "TCP:onUpstreamEvent(), requestedServerName: {}",
getRequestInfo().requestedServerName());

if (config_->idleTimeout()) {
Expand Down

0 comments on commit d2c6a34

Please sign in to comment.