Skip to content

Commit

Permalink
Fix log
Browse files Browse the repository at this point in the history
Signed-off-by: Yan Avlasov <yavlasov@google.com>
  • Loading branch information
yanavlasov committed Aug 23, 2024
1 parent 1127fac commit be54a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/http/conn_manager_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,7 @@ void ConnectionManagerImpl::ActiveStream::decodeTrailers(RequestTrailerMapPtr&&

ASSERT(!request_trailers_);
if (!validateTrailers(*trailers)) {
ENVOY_STREAM_LOG(debug, "request trailers validation failed:\n{}", *this, *request_trailers_);
ENVOY_STREAM_LOG(debug, "request trailers validation failed:\n{}", *this, *trailers);
return;
}
maybeRecordLastByteReceived(true);
Expand Down

0 comments on commit be54a0d

Please sign in to comment.