| Index: net/quic/core/quic_session.cc
|
| diff --git a/net/quic/core/quic_session.cc b/net/quic/core/quic_session.cc
|
| index 2cba5f1d17dd04016d8d7bc0e2383eeb8becc1d2..d90d92de768fbe469800bbb79c39c07cf7c23fd6 100644
|
| --- a/net/quic/core/quic_session.cc
|
| +++ b/net/quic/core/quic_session.cc
|
| @@ -631,7 +631,8 @@ bool QuicSession::MaybeIncreaseLargestPeerStreamId(
|
| size_t new_num_available_streams =
|
| GetNumAvailableStreams() + additional_available_streams;
|
| if (new_num_available_streams > MaxAvailableStreams()) {
|
| - DVLOG(1) << "Failed to create a new incoming stream with id:" << stream_id
|
| + DVLOG(1) << ENDPOINT
|
| + << "Failed to create a new incoming stream with id:" << stream_id
|
| << ". There are already " << GetNumAvailableStreams()
|
| << " streams available, which would become "
|
| << new_num_available_streams << ", which exceeds the limit "
|
|
|