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

Unified Diff: net/tools/quic/quic_packet_printer_bin.cc

Issue 1979633003: Clean up the pretty-printing of QUIC frames to be internally consistent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@121705514
Patch Set: Created 4 years, 7 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 | « net/quic/quic_protocol_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_packet_printer_bin.cc
diff --git a/net/tools/quic/quic_packet_printer_bin.cc b/net/tools/quic/quic_packet_printer_bin.cc
index f77c3815411b5f2036b6ef9c78816f4b5e3f0b26..b2277291eaec57a5a2609d12396655c6811fe978 100644
--- a/net/tools/quic/quic_packet_printer_bin.cc
+++ b/net/tools/quic/quic_packet_printer_bin.cc
@@ -118,7 +118,7 @@ class QuicPacketPrinter : public QuicFramerVisitorInterface {
return true;
}
bool OnPaddingFrame(const QuicPaddingFrame& frame) override {
- cerr << "OnPaddingFrame";
+ cerr << "OnPaddingFrame: " << frame;
return true;
}
bool OnPingFrame(const QuicPingFrame& frame) override {
« no previous file with comments | « net/quic/quic_protocol_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698