| Index: net/quic/quic_connection.cc
|
| diff --git a/net/quic/quic_connection.cc b/net/quic/quic_connection.cc
|
| index be82bff04eb1d1a116fc1142f9d4dee580287a47..2dc3ca91ad841d9bc1bf506efe497aa3932d95c9 100644
|
| --- a/net/quic/quic_connection.cc
|
| +++ b/net/quic/quic_connection.cc
|
| @@ -1543,6 +1543,10 @@ bool QuicConnection::WritePacketInner(QueuedPacket* packet) {
|
|
|
| if (result.status == WRITE_STATUS_ERROR) {
|
| OnWriteError(result.error_code);
|
| + DLOG(ERROR) << ENDPOINT << "failed writing " << encrypted->length()
|
| + << "bytes "
|
| + << " from host " << self_address().ToStringWithoutPort()
|
| + << " to address " << peer_address().ToString();
|
| return false;
|
| }
|
|
|
|
|