This is an automated email from the ASF dual-hosted git repository.

maskit pushed a commit to branch quic-05
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit c0ec9f77cc6337baab761b54acc9478cb0b5b486
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Wed Oct 4 12:47:40 2017 -0700

    Prefix the verbose handshake dump with v_
    
    (cherry picked from commit f90c3197dc48a7c34023bfa459873d79016e8585)
---
 iocore/net/quic/QUICHandshake.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iocore/net/quic/QUICHandshake.cc b/iocore/net/quic/QUICHandshake.cc
index 9dbbc5f..3a61698 100644
--- a/iocore/net/quic/QUICHandshake.cc
+++ b/iocore/net/quic/QUICHandshake.cc
@@ -29,7 +29,7 @@
 #include "QUICConfig.h"
 #include "P_SSLNextProtocolSet.h"
 
-static constexpr char dump_tag[] = "quic_handshake_dump_pkt";
+static constexpr char dump_tag[] = "v_quic_handshake_dump_pkt";
 
 #define I_WANNA_DUMP_THIS_BUF(buf, len)                                        
                                                    \
   {                                                                            
                                                    \

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <commits@trafficserver.apache.org>.

Reply via email to