Index: net/quic/core/quic_connection.cc |
diff --git a/net/quic/core/quic_connection.cc b/net/quic/core/quic_connection.cc |
index 134a7ece2f70d39371e11cb7c9917758e4a6d5ac..da2bdbb58466c07d76e498ebdca030e4125659a1 100644 |
--- a/net/quic/core/quic_connection.cc |
+++ b/net/quic/core/quic_connection.cc |
@@ -1765,7 +1765,8 @@ bool QuicConnection::WritePacket(SerializedPacket* packet) { |
<< " from host " << (self_address().address().empty() |
? " empty address " |
: self_address().ToStringWithoutPort()) |
- << " to address " << peer_address().ToString(); |
+ << " to address " << peer_address().ToString() |
+ << " with error code " << result.error_code; |
return false; |
} |