| Index: net/quic/quic_connection.cc
|
| diff --git a/net/quic/quic_connection.cc b/net/quic/quic_connection.cc
|
| index fb12065ca9437259ce28934fe75f9d8957568abf..9e1a7b37d1365da5441a1e4d524866a7868c237b 100644
|
| --- a/net/quic/quic_connection.cc
|
| +++ b/net/quic/quic_connection.cc
|
| @@ -1482,8 +1482,8 @@ bool QuicConnection::OnPacketSent(WriteResult result) {
|
| pending_write_.reset();
|
|
|
| if (result.status == WRITE_STATUS_ERROR) {
|
| - DVLOG(1) << "Write failed with error: " << result.error_code << " ("
|
| - << ErrorToString(result.error_code) << ")";
|
| + DVLOG(1) << ENDPOINT << "Write failed with error: " << result.error_code
|
| + << " (" << ErrorToString(result.error_code) << ")";
|
| // We can't send an error as the socket is presumably borked.
|
| CloseConnection(QUIC_PACKET_WRITE_ERROR, false);
|
| return false;
|
|
|