Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(500)

Unified Diff: net/quic/quic_connection.cc

Issue 177003007: Ctrl-F for "packet XY" in debug logs now matches sent packets "Sending (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_connection.cc
diff --git a/net/quic/quic_connection.cc b/net/quic/quic_connection.cc
index 438972cf2703cc71c504f07ad06452c63f539a1b..75dfd19ace6520127dec0dd88d08d77941afe267 100644
--- a/net/quic/quic_connection.cc
+++ b/net/quic/quic_connection.cc
@@ -1197,7 +1197,7 @@ bool QuicConnection::WritePacket(QueuedPacket packet) {
<< "Writing an encrypted packet larger than max_packet_length:"
<< options()->max_packet_length << " encrypted length: "
<< encrypted->length();
- DVLOG(1) << ENDPOINT << "Sending packet number " << sequence_number
+ DVLOG(1) << ENDPOINT << "Sending packet " << sequence_number
<< " : " << (packet.packet->is_fec_packet() ? "FEC " :
(packet.retransmittable == HAS_RETRANSMITTABLE_DATA
? "data bearing " : " ack only "))
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698