Skip to content

Commit

Permalink
mobile: Fix the debug log message in the network configuration filter (
Browse files Browse the repository at this point in the history
…#34093)

Risk Level: low
Testing: n/a
Docs Changes: n/a
Release Notes: n/a
Platform Specific Features: mobile

Signed-off-by: Fredy Wijaya <fredyw@google.com>
  • Loading branch information
fredyw committed May 10, 2024
1 parent cdb18db commit 4b0495b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ void NetworkConfigurationFilter::onProxyResolutionComplete(

Http::FilterHeadersStatus
NetworkConfigurationFilter::decodeHeaders(Http::RequestHeaderMap& request_headers, bool) {
ENVOY_LOG(trace, "NetworkConfigurationFilter::decodeHeaders", request_headers);
ENVOY_LOG(trace, "NetworkConfigurationFilter::decodeHeaders: {}", request_headers);

const auto authority = request_headers.getHostValue();
if (authority.empty()) {
Expand Down

0 comments on commit 4b0495b

Please sign in to comment.