diff --git a/mobile/library/common/extensions/filters/http/network_configuration/filter.cc b/mobile/library/common/extensions/filters/http/network_configuration/filter.cc index 4939d7e1e00d..08d36be9fd03 100644 --- a/mobile/library/common/extensions/filters/http/network_configuration/filter.cc +++ b/mobile/library/common/extensions/filters/http/network_configuration/filter.cc @@ -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()) {